Skip to content

Commit

Permalink
cargo: bump the patch group with 2 updates (#2229)
Browse files Browse the repository at this point in the history
Bumps the patch group with 2 updates:
[clap](https://github.com/clap-rs/clap) and
[thiserror](https://github.com/dtolnay/thiserror).

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 6561739 commit 80791ba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mdbook-course/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "An mdbook preprocessor for comprehensive-rust."

[dependencies]
anyhow = "1.0.86"
clap = "4.5.8"
clap = "4.5.9"
lazy_static = "1.5"
log = "0.4.22"
matter = "0.1.0-alpha4"
Expand Down
2 changes: 1 addition & 1 deletion src/concurrency/sync-exercises/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "link-checker.rs"
[dependencies]
reqwest = { version = "0.12.5", features = ["blocking"] }
scraper = "0.19.0"
thiserror = "1.0.61"
thiserror = "1.0.62"

[dev-dependencies]
tempfile = "3.10.1"

0 comments on commit 80791ba

Please sign in to comment.