Skip to content

Commit ccdc5a0

Browse files
committed
import mio-extra
1 parent c3dac6b commit ccdc5a0

File tree

8 files changed

+31
-1184
lines changed

8 files changed

+31
-1184
lines changed

Cargo.lock

Lines changed: 1 addition & 0 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ async-trait = "0.1"
323323
tower = "0.4"
324324
pin-project = "1.0"
325325
mio = "0.6"
326+
mio-extras = "2.0.6"
326327
reqwest = "0.12"
327328

328329
# crypto & hash

crates/util/io/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ slab = { workspace = true }
1616
metrics = { workspace = true }
1717
lazy_static = { workspace = true }
1818
lazycell = { workspace = true }
19+
mio-extras = { workspace = true }
1920

0 commit comments

Comments
 (0)