Skip to content

Commit 58f0465

Browse files
committed
rev 98f527
1 parent e11c8fc commit 58f0465

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 5 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 & 1 deletion
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 = { version = "=1.46.1", default-features = false }
208+
tokio = { git = "https://github.com/tokio-rs/tokio", rev = "98f527f42d8b95dc643e053cf60d4084f4fed69d", 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,3 +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" }

0 commit comments

Comments
 (0)