Skip to content

Commit d62fb08

Browse files
jtgeibelsmarnach
authored andcommitted
Bump docopt 0.8 -> 1.1.0
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
1 parent 67ffd61 commit d62fb08

File tree

2 files changed

+36
-42
lines changed

2 files changed

+36
-42
lines changed

Cargo.lock

Lines changed: 35 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ serde = { version = "1.0.0", features = ["derive"] }
5454
chrono = { version = "0.4.0", features = ["serde"] }
5555
comrak = { version = "0.4.0", default-features = false }
5656
ammonia = "2.0.0"
57-
docopt = "0.8.1"
57+
docopt = "1.0"
5858
scheduled-thread-pool = "0.2.0"
5959
derive_deref = "1.0.0"
6060
reqwest = "0.9.1"

0 commit comments

Comments
 (0)