Skip to content

Commit 1bf0f12

Browse files
fix(deps): bump tokio from 1.44.2 to 1.45.0 (#1723)
1 parent 357539b commit 1bf0f12

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
@@ -137,7 +137,7 @@ time = { version = "0.3.39", features = [
137137
"macros",
138138
"serde",
139139
] }
140-
tokio = { version = "1.44.2", features = ["full"] }
140+
tokio = { version = "1.45.0", features = ["full"] }
141141
tokio-tungstenite = "0.26.2"
142142
tokio-util = { version = "0.7.15", features = ["codec", "compat"] }
143143
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)