mdbook seems to break this? Bumping versions / same solution than f8fd056bd1
This commit is contained in:
parent
9c1ad00448
commit
5301e7f876
765
Cargo.lock
generated
765
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -10,12 +10,12 @@ edition = "2018"
|
|||
rust-version = "1.58"
|
||||
|
||||
[dependencies]
|
||||
mdbook = "0.4.27"
|
||||
mdbook = "0.4.32"
|
||||
pulldown-cmark = "0.9.1"
|
||||
log = "0.4.11"
|
||||
clap = { version = "4.0.29", features = ["cargo"] }
|
||||
serde_json = "1.0.57"
|
||||
toml = "0.5.11"
|
||||
toml = "0.7.6"
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "1.0.0"
|
||||
|
|
Loading…
Reference in a new issue