diff --git a/Cargo.lock b/Cargo.lock index 47c008ed8..87fdcdd76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3213,7 +3213,7 @@ version = "0.0.18" dependencies = [ "clap", "libc", - "redox_syscall 0.2.16", + "redox_syscall 0.3.5", "uucore", ] diff --git a/Cargo.toml b/Cargo.toml index 8e64fbaa7..99875183a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -309,7 +309,7 @@ quick-error = "2.0.1" rand = { version = "0.8", features = ["small_rng"] } rand_core = "0.6" rayon = "1.7" -redox_syscall = "0.2" +redox_syscall = "0.3" regex = "1.8.3" rstest = "0.17.0" rust-ini = "0.18.0"