Skip to content

Commit e660049

Browse files
fix(deps): bump tokio from 1.45.1 to 1.47.1 (#522)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.45.1 to 1.47.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.45.1...tokio-1.47.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.47.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 78f3cec commit e660049

File tree

4 files changed

+35
-12
lines changed

4 files changed

+35
-12
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ time = { version = "0.3.39", features = [
148148
"macros",
149149
"serde",
150150
] }
151-
tokio = { version = "1.45.0", features = ["full"] }
151+
tokio = { version = "1.47.1", features = ["full"] }
152152
tokio-tungstenite = "0.26.2"
153153
tokio-util = { version = "0.7.16", features = ["codec", "compat"] }
154154
toml = "0.8.12"

crates/chat-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ time = { version = "0.3.39", features = [
138138
"macros",
139139
"serde",
140140
] }
141-
tokio = { version = "1.45.0", features = ["full"] }
141+
tokio = { version = "1.47.1", features = ["full"] }
142142
tokio-tungstenite = "0.26.2"
143143
tokio-util = { version = "0.7.16", features = ["codec", "compat"] }
144144
toml = "0.8.12"

crates/zbus/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ static_assertions = "1.1.0"
6868
async-trait = "0.1.87"
6969
async-fs = { version = "2.1.2", optional = true }
7070
# FIXME: We should only enable process feature for Mac OS. See comment on async-process below for why we can't.
71-
tokio = { version = "1.45.0", optional = true, features = [
71+
tokio = { version = "1.47.1", optional = true, features = [
7272
"rt",
7373
"net",
7474
"time",
@@ -120,7 +120,7 @@ ntest = "0.9.2"
120120
test-log = { version = "0.2.17", features = [
121121
"trace",
122122
], default-features = false }
123-
tokio = { version = "1.45.0", features = [
123+
tokio = { version = "1.47.1", features = [
124124
"macros",
125125
"rt-multi-thread",
126126
"fs",

0 commit comments

Comments
 (0)