1
Fork 0

Update all dependencies (#44)

This commit is contained in:
Dominik Nakamura 2023-08-01 21:53:07 +09:00 committed by GitHub
parent beb753bd39
commit 3f9ceee047
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 202 additions and 357 deletions

549
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -11,12 +11,12 @@ rust-version = "1.58"
[dependencies] [dependencies]
mdbook = "0.4.32" mdbook = "0.4.32"
pulldown-cmark = "0.9.1" pulldown-cmark = "0.9.3"
log = "0.4.11" log = "0.4.19"
clap = { version = "4.0.29", features = ["cargo"] } clap = { version = "4.3.19", features = ["cargo"] }
serde_json = "1.0.57" serde_json = "1.0.104"
toml = "0.7.6" toml = "0.7.6"
[dev-dependencies] [dev-dependencies]
pretty_assertions = "1.0.0" pretty_assertions = "1.4.0"
env_logger = "0.10.0" env_logger = "0.10.0"