Skip to content

Commit

Permalink
cargo: bump the patch group with 4 updates (#2016)
Browse files Browse the repository at this point in the history
Updates `serde` from 1.0.197 to 1.0.198

Updates `serde_json` from 1.0.115 to 1.0.116

Updates `thiserror` from 1.0.58 to 1.0.59

Updates `reqwest` from 0.12.3 to 0.12.4

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 17131d0 commit 9ce4b46
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions mdbook-course/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ matter = "0.1.0-alpha4"
mdbook = "0.4.37"
pretty_env_logger = "0.5.0"
regex = "1.10"
serde = "1.0.197"
serde_json = "1.0.115"
serde = "1.0.198"
serde_json = "1.0.116"
serde_yaml = "0.9"
4 changes: 2 additions & 2 deletions src/exercises/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ name = "link-checker"
path = "concurrency/link-checker.rs"

[dependencies]
reqwest = { version = "0.12.3", features = ["blocking"] }
reqwest = { version = "0.12.4", features = ["blocking"] }
scraper = "0.19.0"
thiserror = "1.0.58"
thiserror = "1.0.59"

[dev-dependencies]
tempfile = "3.10.1"

0 comments on commit 9ce4b46

Please sign in to comment.