Skip to content

Commit

Permalink
chore: upgrade internal dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tommilligan committed Sep 16, 2023
1 parent 20286b3 commit 1877fd1
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 51 deletions.
88 changes: 44 additions & 44 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@ name = "mdbook_admonish"
path = "src/lib.rs"

[dependencies]
anyhow = "1.0.72"
anyhow = "1.0.75"
clap = { version = "4", default_features = false, features = ["std", "derive"], optional = true }
env_logger = { version = "0.10", default_features = false, optional = true }
log = "0.4.19"
log = "0.4.20"
mdbook = "0.4.34"
once_cell = "1.18.0"
pulldown-cmark = "0.9.3"
regex = "1.9.3"
regex = "1.9.5"
semver = "1.0.18"
serde = { version = "1.0.183", features = ["derive"] }
serde_json = "1.0.104"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
# The version of toml that mdbook uses internally (and uses in it's public api)
# Only used for compatilibilty with the mdbook public api
toml_mdbook = { package = "toml", version = "0.5.11" }
toml = "0.7.6"
toml_edit = { version = "0.19.14", optional = true }
toml = "0.7.8"
toml_edit = { version = "0.19.15", optional = true }

[dev-dependencies]
pretty_assertions = "1.4.0"
Expand Down

0 comments on commit 1877fd1

Please sign in to comment.