diff --git a/Cargo.lock b/Cargo.lock index 0ce1ee72e..128768b60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2129,9 +2129,9 @@ checksum = "4bf2521270932c3c7bed1a59151222bd7643c79310f2916f01925e1e16255698" [[package]] name = "rlimit" -version = "0.9.1" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8a29d87a652dc4d43c586328706bb5cdff211f3f39a530f240b53f7221dab8e" +checksum = "3560f70f30a0f16d11d01ed078a07740fe6b489667abc7c7b029155d9f21c3d8" dependencies = [ "libc", ] diff --git a/northstar-runtime/Cargo.toml b/northstar-runtime/Cargo.toml index ac4020ae7..c8cd08fe8 100644 --- a/northstar-runtime/Cargo.toml +++ b/northstar-runtime/Cargo.toml @@ -42,7 +42,7 @@ nanoid = { version = "0.4.0", optional = true } nix = { version = "0.26.2", default-features = false, features = ["fs", "sched", "ioctl", "mount", "term", "uio", "socket", "net", "signal", "user"], optional = true } pkg-version = { version = "1.0.0", optional = true } rand_core = { version = "0.6.4", features = ["getrandom"], optional = true } -rlimit = { version = "0.9.1", optional = true } +rlimit = { version = "0.10.1", optional = true } semver = { version = "1.0.17", features = ["serde"] } serde = { version = "1.0.164", features = ["derive", "rc"] } serde_json = { version = "1.0.95", optional = true }