Skip to content

Commit dcef7ff

Browse files
chore(deps): bump tokio from 1.40.0 to 1.43.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.40.0 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.40.0...tokio-1.43.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 63c70ee commit dcef7ff

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

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

console-subscriber/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ vsock = ["dep:tokio-vsock"]
3333

3434
[dependencies]
3535
crossbeam-utils = "0.8.7"
36-
tokio = { version = "1.34", features = ["sync", "time", "macros", "tracing"] }
36+
tokio = { version = "1.43", features = ["sync", "time", "macros", "tracing"] }
3737
tokio-stream = { version = "0.1.16", features = ["net"] }
3838
thread_local = "1.1.4"
3939
console-api = { version = "0.8.0", path = "../console-api", features = ["transport"] }
@@ -61,7 +61,7 @@ tonic-web = { version = "0.13", optional = true }
6161
tokio-vsock = { version = "0.7.1", optional = true, features = ["tonic013"]}
6262

6363
[dev-dependencies]
64-
tokio = { version = "1.34", features = ["full", "rt-multi-thread"] }
64+
tokio = { version = "1.43", features = ["full", "rt-multi-thread"] }
6565
tower = { version = "0.4.12", default-features = false, features = ["util"] }
6666
futures = "0.3"
6767
http = "1.1"

tokio-console/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ eula = false
3636
console-api = { version = "0.8.1", path = "../console-api", features = ["transport"] }
3737
clap = { version = "~4.5.4", features = ["wrap_help", "cargo", "derive", "env"] }
3838
clap_complete = "~4.5.2"
39-
tokio = { version = "1.34", features = ["full", "rt-multi-thread"] }
39+
tokio = { version = "1.43", features = ["full", "rt-multi-thread"] }
4040
tonic = { version = "0.13.0", features = ["transport"] }
4141
futures = "0.3"
4242
ratatui = { version = "0.26.2", default-features = false, features = ["crossterm"] }

0 commit comments

Comments
 (0)