Skip to content

Commit 8173e5f

Browse files
cargo: bump the minor group with 3 updates (#2534)
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>
1 parent d4cc29f commit 8173e5f

File tree

4 files changed

+24
-58
lines changed

4 files changed

+24
-58
lines changed

Cargo.lock

Lines changed: 20 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mdbook-slide-evaluator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ log = "0.4.22"
1717
pretty_env_logger = "0.5.0"
1818
serde = { version = "1.0.217", features = ["derive"] }
1919
strum = { version = "0.26.3", features = ["derive"] }
20-
tokio = { version = "1.41.1", features = ["full"] }
20+
tokio = { version = "1.42.0", features = ["full"] }
2121
tokio-util = "0.7.13"
2222
url = "2.5.4"

src/concurrency/async-exercises/chat-async/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ edition = "2021"
55

66
[dependencies]
77
futures-util = { version = "0.3.31", features = ["sink"] }
8-
http = "1.1.0"
9-
tokio = { version = "1.41.1", features = ["full"] }
8+
http = "1.2.0"
9+
tokio = { version = "1.42.0", features = ["full"] }
1010
tokio-websockets = { version = "0.10.1", features = ["client", "fastrand", "server", "sha1_smol"] }

src/concurrency/sync-exercises/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ path = "link-checker.rs"
1414

1515
[dependencies]
1616
reqwest = { version = "0.12.12", features = ["blocking"] }
17-
scraper = "0.21.0"
17+
scraper = "0.22.0"
1818
thiserror = "2.0.9"
1919

2020
[dev-dependencies]

0 commit comments

Comments
 (0)