Skip to content

Commit 1e6fa1c

Browse files
cargo: bump the patch group with 4 updates (#1873)
Bumps the patch group with 4 updates: [log](https://github.com/rust-lang/log), [tempfile](https://github.com/Stebalien/tempfile), [cxx](https://github.com/dtolnay/cxx) and [cxx-build](https://github.com/dtolnay/cxx). Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2bed943 commit 1e6fa1c

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 12 additions & 12 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
@@ -12,7 +12,7 @@ description = "An mdbook preprocessor for comprehensive-rust."
1212
anyhow = "1.0.80"
1313
clap = "4.5.1"
1414
lazy_static = "1.4"
15-
log = "0.4.17"
15+
log = "0.4.21"
1616
matter = "0.1.0-alpha4"
1717
mdbook = "0.4.37"
1818
pretty_env_logger = "0.5.0"

mdbook-exerciser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "A tool for extracting starter code for exercises from Markdown fi
99

1010
[dependencies]
1111
anyhow = "1.0.80"
12-
log = "0.4.17"
12+
log = "0.4.21"
1313
mdbook = "0.4.37"
1414
pretty_env_logger = "0.5.0"
1515
pulldown-cmark = { version = "0.10.0", default-features = false }

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.57"
1919

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

0 commit comments

Comments
 (0)