Skip to content

Commit

Permalink
Bump rlimit from 0.9.1 to 0.10.1 (#1002)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 2, 2023
1 parent 74e5661 commit 8ed9388
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion northstar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 8ed9388

Please sign in to comment.