Skip to content

Commit 8b31cd9

Browse files
cargo: bump the minor group with 2 updates (google#1809)
Bumps the minor group with 2 updates: [clap](https://github.com/clap-rs/clap) and [tempfile](https://github.com/Stebalien/tempfile). Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd7f15d commit 8b31cd9

File tree

3 files changed

+16
-17
lines changed

3 files changed

+16
-17
lines changed

Cargo.lock

Lines changed: 14 additions & 15 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = "An mdbook preprocessor for comprehensive-rust."
1010

1111
[dependencies]
1212
anyhow = "1.0.79"
13-
clap = "4.4.18"
13+
clap = "4.5.0"
1414
lazy_static = "1.4"
1515
log = "0.4.17"
1616
matter = "0.1.0-alpha4"

src/exercises/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ scraper = "0.18.0"
1818
thiserror = "1.0.56"
1919

2020
[dev-dependencies]
21-
tempfile = "3.9.0"
21+
tempfile = "3.10.0"

0 commit comments

Comments
 (0)