Skip to content

Commit

Permalink
build(deps): bump tokio from 1.41.1 to 1.43.0
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.1 to 1.43.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.41.1...tokio-1.43.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 9ddf304 commit d637dfd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 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 actix-hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ futures-core = "0.3.17"
futures-util = { version = "0.3.31", default-features = false, features = ["std"] }
local-channel = "0.1"
pin-project-lite = "0.2"
tokio = { version = "1.40.0", features = ["sync", "macros"] }
tokio = { version = "1.43.0", features = ["sync", "macros"] }
tracing = { version = "0.1.41", features = ["log"] }

blake2 = { package = "blake2", version = "0.10", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion actix-web-lab-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ actix-test = "0.1"
actix-web = "4"
futures-util = { version = "0.3.31", default-features = false, features = ["std"] }
rustversion = "1"
tokio = { version = "1.40.0", features = ["macros"] }
tokio = { version = "1.43.0", features = ["macros"] }
trybuild = "1"

[lints]
Expand Down
4 changes: 2 additions & 2 deletions actix-web-lab/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ serde = "1"
serde_html_form = "0.2"
serde_json = "1"
serde_path_to_error = "0.1"
tokio = { version = "1.40.0", features = ["sync", "macros"] }
tokio = { version = "1.43.0", features = ["sync", "macros"] }
tokio-stream = "0.1.16"
tracing = { version = "0.1.41", features = ["log"] }

Expand Down Expand Up @@ -108,7 +108,7 @@ serde = { version = "1", features = ["derive"] }
sha2 = "0.10"
static_assertions = "1.1"
time = { version = "0.3", features = ["formatting"] }
tokio = { version = "1.40.0", features = ["full"] }
tokio = { version = "1.43.0", features = ["full"] }
tokio-util = { version = "0.7", features = ["compat"] }

[[example]]
Expand Down
2 changes: 1 addition & 1 deletion russe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ futures-test = "0.3"
eyre = "0.6"
color-eyre = "0.6"
indoc = "2"
tokio = { version = "1.28.2", features = ["macros"] }
tokio = { version = "1.43.0", features = ["macros"] }
tokio-test = "0.4"
tokio-stream = "0.1"
tokio-util = { version = "0.7", features = ["codec", "io", "rt"] }
Expand Down

0 comments on commit d637dfd

Please sign in to comment.