update tokio-uring to 0.3

This commit is contained in:
Rob Ede 2022-03-08 21:13:08 +00:00
parent ae5377fd6e
commit 3e1a0cdec2
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ tokio = { version = "1.13.1", features = ["rt", "net", "parking_lot", "signal",
# runtime for io-uring feature
[target.'cfg(target_os = "linux")'.dependencies]
tokio-uring = { version = "0.2", optional = true }
tokio-uring = { version = "0.3", optional = true }
[dev-dependencies]
tokio = { version = "1.13.1", features = ["full"] }

View File

@ -38,7 +38,7 @@ tokio = { version = "1.13.1", features = ["sync"] }
# runtime for io-uring feature
[target.'cfg(target_os = "linux")'.dependencies]
tokio-uring = { version = "0.2", optional = true }
tokio-uring = { version = "0.3", optional = true }
[dev-dependencies]
actix-codec = "0.5.0"