Skip to content

Commit dbd7235

Browse files
fix(deps): bump tokio from 1.44.2 to 1.45.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.2 to 1.45.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.2...tokio-1.45.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.45.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e2f918a commit dbd7235

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -145,7 +145,7 @@ time = { version = "0.3.39", features = [
145145
"macros",
146146
"serde",
147147
] }
148-
tokio = { version = "1.44.2", features = ["full"] }
148+
tokio = { version = "1.45.0", features = ["full"] }
149149
tokio-tungstenite = "0.26.2"
150150
tokio-util = { version = "0.7.15", features = ["codec", "compat"] }
151151
toml = "0.8.12"

crates/chat-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ time = { version = "0.3.39", features = [
131131
"macros",
132132
"serde",
133133
] }
134-
tokio = { version = "1.44.2", features = ["full"] }
134+
tokio = { version = "1.45.0", features = ["full"] }
135135
tokio-tungstenite = "0.26.2"
136136
tokio-util = { version = "0.7.15", features = ["codec", "compat"] }
137137
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.44.2", optional = true, features = [
71+
tokio = { version = "1.45.0", 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.44.2", features = [
123+
tokio = { version = "1.45.0", features = [
124124
"macros",
125125
"rt-multi-thread",
126126
"fs",

0 commit comments

Comments
 (0)