diff --git a/Cargo.toml b/Cargo.toml index 2a3ec143..4a24f0a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -134,7 +134,7 @@ nix = { workspace = true, features = ["term"] } xattr = { workspace = true } [target.'cfg(any(target_os = "linux", target_os = "android"))'.dev-dependencies] -rlimit = "0.10.1" +rlimit = "0.11.0" [build-dependencies] phf_codegen = { workspace = true }