Skip to content

Commit 7619f9a

Browse files
Update cargo dependencies
``` name old req compatible latest new req ==== ======= ========== ====== ======= clap 4.5.50 4.5.51 4.5.51 4.5.51 clap_complete 4.5.59 4.5.60 4.5.60 4.5.60 ignore 0.4.24 0.4.25 0.4.25 0.4.25 snapbox 0.6.22 0.6.23 0.6.23 0.6.23 ```
1 parent f27c3ae commit 7619f9a

File tree

2 files changed

+44
-44
lines changed

2 files changed

+44
-44
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ rust-version = "1.88.0" # Keep in sync with installation.md and .github/workflow
2727
[workspace.dependencies]
2828
anyhow = "1.0.100"
2929
axum = "0.8.6"
30-
clap = { version = "4.5.50", features = ["cargo", "wrap_help"] }
31-
clap_complete = "4.5.59"
30+
clap = { version = "4.5.51", features = ["cargo", "wrap_help"] }
31+
clap_complete = "4.5.60"
3232
ego-tree = "0.10.0"
3333
elasticlunr-rs = "3.0.2"
3434
font-awesome-as-a-crate = "0.3.0"
@@ -38,7 +38,7 @@ handlebars = "6.3.2"
3838
hex = "0.4.3"
3939
html5ever = "0.35.0"
4040
indexmap = "2.12.0"
41-
ignore = "0.4.24"
41+
ignore = "0.4.25"
4242
mdbook-core = { path = "crates/mdbook-core", version = "0.5.0-beta.1" }
4343
mdbook-driver = { path = "crates/mdbook-driver", version = "0.5.0-beta.1" }
4444
mdbook-html = { path = "crates/mdbook-html", version = "0.5.0-beta.1" }
@@ -59,7 +59,7 @@ serde = { version = "1.0.228", features = ["derive"] }
5959
serde_json = "1.0.145"
6060
sha2 = "0.10.9"
6161
shlex = "1.3.0"
62-
snapbox = "0.6.22"
62+
snapbox = "0.6.23"
6363
tempfile = "3.23.0"
6464
tokio = "1.48.0"
6565
toml = "0.9.8"

0 commit comments

Comments
 (0)