Skip to content

Commit

Permalink
cargo: bump the minor group with 3 updates (#2534)
Browse files Browse the repository at this point in the history
Bumps the minor group with 3 updates:
[tokio](https://github.com/tokio-rs/tokio),
[scraper](https://github.com/causal-agent/scraper) and
[http](https://github.com/hyperium/http).

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 Jan 2, 2025
1 parent d4cc29f commit 8173e5f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 58 deletions.
74 changes: 20 additions & 54 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-slide-evaluator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ log = "0.4.22"
pretty_env_logger = "0.5.0"
serde = { version = "1.0.217", features = ["derive"] }
strum = { version = "0.26.3", features = ["derive"] }
tokio = { version = "1.41.1", features = ["full"] }
tokio = { version = "1.42.0", features = ["full"] }
tokio-util = "0.7.13"
url = "2.5.4"
4 changes: 2 additions & 2 deletions src/concurrency/async-exercises/chat-async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ edition = "2021"

[dependencies]
futures-util = { version = "0.3.31", features = ["sink"] }
http = "1.1.0"
tokio = { version = "1.41.1", features = ["full"] }
http = "1.2.0"
tokio = { version = "1.42.0", features = ["full"] }
tokio-websockets = { version = "0.10.1", features = ["client", "fastrand", "server", "sha1_smol"] }
2 changes: 1 addition & 1 deletion src/concurrency/sync-exercises/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ path = "link-checker.rs"

[dependencies]
reqwest = { version = "0.12.12", features = ["blocking"] }
scraper = "0.21.0"
scraper = "0.22.0"
thiserror = "2.0.9"

[dev-dependencies]
Expand Down

0 comments on commit 8173e5f

Please sign in to comment.