Skip to content

Commit 010bd29

Browse files
cargo: bump the patch group with 8 updates (#2614)
Bumps the patch group with 8 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.23` | `4.5.27` | | [log](https://github.com/rust-lang/log) | `0.4.22` | `0.4.25` | | [mdbook](https://github.com/rust-lang/mdBook) | `0.4.43` | `0.4.44` | | [serde_json](https://github.com/serde-rs/json) | `1.0.134` | `1.0.138` | | [fantoccini](https://github.com/jonhoo/fantoccini) | `0.21.3` | `0.21.4` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.9` | `2.0.11` | | [cxx](https://github.com/dtolnay/cxx) | `1.0.136` | `1.0.137` | | [cxx-build](https://github.com/dtolnay/cxx) | `1.0.136` | `1.0.137` | Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9821e81 commit 010bd29

File tree

5 files changed

+71
-85
lines changed

5 files changed

+71
-85
lines changed

Cargo.lock

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

mdbook-course/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ description = "An mdbook preprocessor for comprehensive-rust."
1010

1111
[dependencies]
1212
anyhow = "1.0.95"
13-
clap = "4.5.23"
13+
clap = "4.5.27"
1414
lazy_static = "1.5"
15-
log = "0.4.22"
15+
log = "0.4.25"
1616
matter = "0.1.0-alpha4"
17-
mdbook = "0.4.43"
17+
mdbook = "0.4.44"
1818
pretty_env_logger = "0.5.0"
1919
regex = "1.11"
2020
serde = "1.0.217"
21-
serde_json = "1.0.134"
21+
serde_json = "1.0.138"
2222
serde_yaml = "0.9"

0 commit comments

Comments
 (0)