Skip to content

Commit a851f47

Browse files
committed
v1.48.0
1 parent c62bc6c commit a851f47

File tree

2 files changed

+110
-28
lines changed

2 files changed

+110
-28
lines changed

Cargo.lock

Lines changed: 107 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,8 @@ 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/dav1dde/tokio", rev = "b5d827e709e097fb5a9a391e2327880fce2a7759", default-features = false }
208+
# tokio = { git = "https://github.com/dav1dde/tokio", rev = "b5d827e709e097fb5a9a391e2327880fce2a7759", default-features = false }
209+
tokio = { version = "1.48.0", default-features = false }
209210
tokio-util = { version = "0.7.13", default-features = false }
210211
tower = { version = "0.5.2", default-features = false }
211212
tower-http = { version = "0.6.6", default-features = false }
@@ -224,4 +225,4 @@ zstd = { version = "0.13.3", features = ["experimental"] }
224225
# This prevents stack overflows in span description normalization.
225226
[patch.crates-io]
226227
sqlparser_derive = { git = "https://github.com/apache/datafusion-sqlparser-rs", rev = "ade40826563451cc14c130af9d689f4050dbdb15" }
227-
tokio = { git = "https://github.com/dav1dde/tokio", rev = "b5d827e709e097fb5a9a391e2327880fce2a7759" }
228+
# tokio = { git = "https://github.com/dav1dde/tokio", rev = "b5d827e709e097fb5a9a391e2327880fce2a7759" }

0 commit comments

Comments
 (0)