Skip to content

Commit 02919e9

Browse files
cargo: bump the minor group with 3 updates
Bumps the minor group with 3 updates: [tokio](https://github.com/tokio-rs/tokio), [tempfile](https://github.com/Stebalien/tempfile) and [tokio-websockets](https://github.com/Gelbpunkt/tokio-websockets). Updates `tokio` from 1.42.0 to 1.43.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.42.0...tokio-1.43.0) Updates `tempfile` from 3.14.0 to 3.16.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.14.0...v3.16.0) Updates `tokio-websockets` from 0.10.1 to 0.11.1 - [Changelog](https://github.com/Gelbpunkt/tokio-websockets/blob/main/CHANGELOG.md) - [Commits](https://github.com/Gelbpunkt/tokio-websockets/commits) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: tokio-websockets dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0e5ee9d commit 02919e9

File tree

4 files changed

+56
-18
lines changed

4 files changed

+56
-18
lines changed

Cargo.lock

Lines changed: 52 additions & 14 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.25"
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.42.0", features = ["full"] }
20+
tokio = { version = "1.43.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
@@ -6,5 +6,5 @@ edition = "2021"
66
[dependencies]
77
futures-util = { version = "0.3.31", features = ["sink"] }
88
http = "1.2.0"
9-
tokio = { version = "1.42.0", features = ["full"] }
10-
tokio-websockets = { version = "0.10.1", features = ["client", "fastrand", "server", "sha1_smol"] }
9+
tokio = { version = "1.43.0", features = ["full"] }
10+
tokio-websockets = { version = "0.11.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
@@ -18,4 +18,4 @@ scraper = "0.22.0"
1818
thiserror = "2.0.11"
1919

2020
[dev-dependencies]
21-
tempfile = "3.14.0"
21+
tempfile = "3.16.0"

0 commit comments

Comments
 (0)