Skip to content

Commit bf2d781

Browse files
committed
rev 4380de9
1 parent 58f0465 commit bf2d781

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ sysinfo = "0.35.1"
205205
tempfile = "3.23.0"
206206
thiserror = "2.0.17"
207207
tikv-jemallocator = "0.6.0"
208-
tokio = { git = "https://github.com/tokio-rs/tokio", rev = "98f527f42d8b95dc643e053cf60d4084f4fed69d", default-features = false }
208+
tokio = { git = "https://github.com/tokio-rs/tokio", rev = "4380de9fe9e0938790a2c06f4bdaa8bd91c08ed1", default-features = false }
209209
tokio-util = { version = "0.7.13", default-features = false }
210210
tower = { version = "0.5.2", default-features = false }
211211
tower-http = { version = "0.6.6", default-features = false }
@@ -224,4 +224,4 @@ zstd = { version = "0.13.3", features = ["experimental"] }
224224
# This prevents stack overflows in span description normalization.
225225
[patch.crates-io]
226226
sqlparser_derive = { git = "https://github.com/apache/datafusion-sqlparser-rs", rev = "ade40826563451cc14c130af9d689f4050dbdb15" }
227-
tokio = { git = "https://github.com/tokio-rs/tokio", rev = "98f527f42d8b95dc643e053cf60d4084f4fed69d" }
227+
tokio = { git = "https://github.com/tokio-rs/tokio", rev = "4380de9fe9e0938790a2c06f4bdaa8bd91c08ed1" }

0 commit comments

Comments
 (0)