Skip to content

Commit 2d41c80

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] <support@github.com>
1 parent 1aa5185 commit 2d41c80

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
@@ -32,7 +32,7 @@ grpc-web = ["dep:tonic-web"]
3232

3333
[dependencies]
3434
crossbeam-utils = "0.8.7"
35-
tokio = { version = "1.34", features = ["sync", "time", "macros", "tracing"] }
35+
tokio = { version = "1.43", features = ["sync", "time", "macros", "tracing"] }
3636
tokio-stream = { version = "0.1.16", features = ["net"] }
3737
thread_local = "1.1.4"
3838
console-api = { version = "0.8.0", path = "../console-api", features = ["transport"] }
@@ -57,7 +57,7 @@ crossbeam-channel = "0.5"
5757
tonic-web = { version = "0.12", optional = true }
5858

5959
[dev-dependencies]
60-
tokio = { version = "1.34", features = ["full", "rt-multi-thread"] }
60+
tokio = { version = "1.43", features = ["full", "rt-multi-thread"] }
6161
tower = { version = "0.4.12", default-features = false, features = ["util"] }
6262
futures = "0.3"
6363
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)