Skip to content

Commit c2ba843

Browse files
build(deps): bump tokio from 1.44.0 to 1.44.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.0 to 1.44.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.0...tokio-1.44.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8204690 commit c2ba843

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

actix-codec/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ futures-core = { version = "0.3.7", default-features = false }
2020
futures-sink = { version = "0.3.7", default-features = false }
2121
memchr = "2.3"
2222
pin-project-lite = "0.2"
23-
tokio = "1.23.1"
23+
tokio = "1.44.1"
2424
tokio-util = { version = "0.7", features = ["codec", "io"] }
2525
tracing = { version = "0.1.30", default-features = false, features = ["log"] }
2626

actix-rt/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ io-uring = ["tokio-uring"]
2323
actix-macros = { version = "0.2.3", optional = true }
2424

2525
futures-core = { version = "0.3", default-features = false }
26-
tokio = { version = "1.23.1", features = ["rt", "net", "parking_lot", "signal", "sync", "time"] }
26+
tokio = { version = "1.44.1", features = ["rt", "net", "parking_lot", "signal", "sync", "time"] }
2727

2828
# runtime for `io-uring` feature
2929
[target.'cfg(target_os = "linux")'.dependencies]
3030
tokio-uring = { version = "0.5", optional = true }
3131

3232
[dev-dependencies]
33-
tokio = { version = "1.23.1", features = ["full"] }
33+
tokio = { version = "1.44.1", features = ["full"] }
3434

3535
[lints]
3636
workspace = true

actix-server/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ futures-core = { version = "0.3.17", default-features = false, features = ["allo
3030
futures-util = { version = "0.3.17", default-features = false, features = ["alloc"] }
3131
mio = { version = "1", features = ["os-poll", "net"] }
3232
socket2 = "0.5"
33-
tokio = { version = "1.23.1", features = ["sync"] }
33+
tokio = { version = "1.44.1", features = ["sync"] }
3434
tracing = { version = "0.1.30", default-features = false, features = ["log"] }
3535

3636
# runtime for `io-uring` feature
@@ -44,7 +44,7 @@ actix-rt = "2.8"
4444
bytes = "1"
4545
futures-util = { version = "0.3.17", default-features = false, features = ["sink", "async-await-macro"] }
4646
pretty_env_logger = "0.5"
47-
tokio = { version = "1.23.1", features = ["io-util", "rt-multi-thread", "macros", "fs"] }
47+
tokio = { version = "1.44.1", features = ["io-util", "rt-multi-thread", "macros", "fs"] }
4848

4949
[lints]
5050
workspace = true

actix-tls/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ actix-utils = "3"
7171
futures-core = { version = "0.3.7", default-features = false, features = ["alloc"] }
7272
impl-more = "0.1"
7373
pin-project-lite = "0.2.7"
74-
tokio = "1.23.1"
74+
tokio = "1.44.1"
7575
tokio-util = "0.7"
7676
tracing = { version = "0.1.30", default-features = false, features = ["log"] }
7777

local-channel/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ local-waker = "0.1"
1919

2020
[dev-dependencies]
2121
futures-util = { version = "0.3.17", default-features = false }
22-
tokio = { version = "1.23.1", features = ["rt", "macros"] }
22+
tokio = { version = "1.44.1", features = ["rt", "macros"] }

0 commit comments

Comments
 (0)