Skip to content

Commit 77d4a69

Browse files
authored
update tokio-uring to 0.3 (#449)
1 parent ae5377f commit 77d4a69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

actix-rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tokio = { version = "1.13.1", features = ["rt", "net", "parking_lot", "signal",
3131

3232
# runtime for io-uring feature
3333
[target.'cfg(target_os = "linux")'.dependencies]
34-
tokio-uring = { version = "0.2", optional = true }
34+
tokio-uring = { version = "0.3", optional = true }
3535

3636
[dev-dependencies]
3737
tokio = { version = "1.13.1", features = ["full"] }

actix-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tokio = { version = "1.13.1", features = ["sync"] }
3838

3939
# runtime for io-uring feature
4040
[target.'cfg(target_os = "linux")'.dependencies]
41-
tokio-uring = { version = "0.2", optional = true }
41+
tokio-uring = { version = "0.3", optional = true }
4242

4343
[dev-dependencies]
4444
actix-codec = "0.5.0"

0 commit comments

Comments
 (0)