diff --git a/Cargo.toml b/Cargo.toml index 48f667f..2823bf1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -rustix = "0.33.3" +rustix = "0.34.0" [dev-dependencies] read-write-buf = { git = "https://git.asonix.dog/safe-async/read-write-buf" }