diff --git a/Cargo.toml b/Cargo.toml index b1d7461..6ccd463 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ debug = true [dependencies] uwebsockets_rs = { version = "0.0.11", features = ["native-access"] } tokio = { version = "1.40.0", features = ["full"] } -tokio-uring = "0.5.0" +tokio-uring = "0.4.0" log = "0.4.22"