Skip to content

Commit

Permalink
revert: revert the cargo.lock upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
wendajiang committed Oct 19, 2022
1 parent 8ef7573 commit 54568f3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ repository = "https://github.com/rust-lang/mdBook"
description = "Creates a book from markdown files"

[dependencies]
anyhow = "1.0.58"
anyhow = "1.0.28"
chrono = "0.4"
clap = { version = "3.2.8", features = ["cargo"] }
clap_complete = "3.2.3"
env_logger = "0.9.0"
handlebars = "4.0"
lazy_static = "1.0"
log = "0.4"
memchr = "2.0"
opener = "0.5"
Expand All @@ -31,9 +32,8 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
shlex = "1"
tempfile = "3.0"
toml = "0.5.9"
toml = "0.5.1"
topological-sort = "0.1.0"
lazy_static = "1.4.0"

# Watch feature
notify = { version = "4.0", optional = true }
Expand Down

0 comments on commit 54568f3

Please sign in to comment.