Skip to content

Commit

Permalink
Bump docopt 0.8 -> 1.1.0
Browse files Browse the repository at this point in the history
Docopt is only used directly in the `render_readme` binary, though this
does transitively update some crates that are used in production.

Refs rust-lang#1265, rust-lang#1805
  • Loading branch information
jtgeibel authored and smarnach committed Aug 26, 2019
1 parent 67ffd61 commit d62fb08
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 42 deletions.
76 changes: 35 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ serde = { version = "1.0.0", features = ["derive"] }
chrono = { version = "0.4.0", features = ["serde"] }
comrak = { version = "0.4.0", default-features = false }
ammonia = "2.0.0"
docopt = "0.8.1"
docopt = "1.0"
scheduled-thread-pool = "0.2.0"
derive_deref = "1.0.0"
reqwest = "0.9.1"
Expand Down

0 comments on commit d62fb08

Please sign in to comment.