Skip to content

Commit e798267

Browse files
committed
v1.46.1 without wake
1 parent bf2d781 commit e798267

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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 = "4380de9fe9e0938790a2c06f4bdaa8bd91c08ed1", default-features = false }
208+
tokio = { git = "https://github.com/dav1dde/tokio", rev = "b5d827e709e097fb5a9a391e2327880fce2a7759", 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 = "4380de9fe9e0938790a2c06f4bdaa8bd91c08ed1" }
227+
tokio = { git = "https://github.com/dav1dde/tokio", rev = "b5d827e709e097fb5a9a391e2327880fce2a7759" }

0 commit comments

Comments
 (0)