Skip to content

Commit 73760ec

Browse files
committed
chore: Roll back patch version changes
1 parent 3369191 commit 73760ec

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@ keywords = ["async", "fs", "io-uring"]
1717
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1818

1919
[dependencies]
20-
tokio = { version = "1.44", features = ["net", "rt", "sync"] }
21-
slab = "0.4.9"
22-
libc = "0.2.171"
23-
io-uring = "0.7.4"
24-
socket2 = { version = "0.5.9", features = ["all"] }
25-
bytes = { version = "1.10.1", optional = true }
26-
futures-util = { version = "0.3.31", default-features = false, features = ["std"] }
20+
tokio = { version = "1.2", features = ["net", "rt", "sync"] }
21+
slab = "0.4.2"
22+
libc = "0.2.80"
23+
io-uring = "0.7"
24+
socket2 = { version = "0.5", features = ["all"] }
25+
bytes = { version = "1.0", optional = true }
26+
futures-util = { version = "0.3.26", default-features = false, features = ["std"] }
2727

2828
[dev-dependencies]
29-
tempfile = "3.19.1"
30-
tokio-test = "0.4.4"
29+
tempfile = "3.2.0"
30+
tokio-test = "0.4.2"
3131
iai = "0.1.1"
32-
criterion = "0.5.1"
32+
criterion = "0.5"
3333
# we use joinset in our tests
34-
tokio = "1.44.2"
35-
nix = { version = "0.29.0", features = ["resource"] }
34+
tokio = "1.21.2"
35+
nix = "0.30"
3636

3737
[package.metadata.docs.rs]
3838
all-features = true

0 commit comments

Comments
 (0)