[thin_check (rust)] Switch to a different io_uring crate.

This one works.
This commit is contained in:
Joe Thornber
2020-07-28 12:57:30 +01:00
parent a90294e279
commit e9abdd9c88
4 changed files with 76 additions and 42 deletions

21
Cargo.lock generated
View File

@@ -250,6 +250,16 @@ dependencies = [
"libc",
]
[[package]]
name = "io-uring"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31e11f8867575fc79a3e73e5f554d0b7386bc4a6f469039e8a83136c724fd81"
dependencies = [
"bitflags",
"libc",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
@@ -527,15 +537,6 @@ dependencies = [
"winapi",
]
[[package]]
name = "rio"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce02a35f6fbcc9c5ce0674f17d33fb56afbe0bec6f6263affed4b1ebf594d95d"
dependencies = [
"libc",
]
[[package]]
name = "ryu"
version = "1.0.5"
@@ -605,6 +606,7 @@ dependencies = [
"fixedbitset",
"flate2",
"futures",
"io-uring",
"libc",
"nix",
"nom",
@@ -615,7 +617,6 @@ dependencies = [
"quickcheck",
"quickcheck_macros",
"rand",
"rio",
"tempfile",
"thiserror",
]