Skip to content

Commit

Permalink
cargo: bump the minor group with 3 updates
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), [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]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 347de61 commit 4b661a0
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 19 deletions.
68 changes: 53 additions & 15 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.42.0", features = ["full"] }
tokio = { version = "1.43.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 @@ -6,5 +6,5 @@ edition = "2021"
[dependencies]
futures-util = { version = "0.3.31", features = ["sink"] }
http = "1.2.0"
tokio = { version = "1.42.0", features = ["full"] }
tokio-websockets = { version = "0.10.1", features = ["client", "fastrand", "server", "sha1_smol"] }
tokio = { version = "1.43.0", features = ["full"] }
tokio-websockets = { version = "0.11.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 @@ -18,4 +18,4 @@ scraper = "0.22.0"
thiserror = "2.0.9"

[dev-dependencies]
tempfile = "3.14.0"
tempfile = "3.16.0"

0 comments on commit 4b661a0

Please sign in to comment.