Skip to content

Commit

Permalink
Bump memfd from 0.6.3 to 0.6.4 (#1114)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 2, 2024
1 parent 7a6ab4e commit f0d1579
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions northstar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ lazy_static = { version = "1.4.0", optional = true }
libc = { version = "0.2.148", optional = true }
log = { version = "0.4.21", features = [ "serde", "max_level_trace", "release_max_level_debug"] }
memchr = "2.6.2"
memfd = { version = "0.6.2", optional = true }
memfd = { version = "0.6.4", optional = true }
memoffset = { version = "0.9.0", optional = true }
nanoid = { version = "0.4.0", optional = true }
nix = { version = "0.28.0", default-features = false, features = ["fs", "sched", "ioctl", "mount", "term", "uio", "socket", "net", "signal", "user"], optional = true }
Expand Down Expand Up @@ -72,7 +72,7 @@ seccomp = ["bindgen", "caps", "lazy_static", "memoffset", "nix", "npk"]

[dev-dependencies]
anyhow = "1.0.80"
memfd = "0.6.2"
memfd = "0.6.4"
proptest = "1.4.0"
rstest = { version = "0.18.1", default-features = false }
serde_json = "1.0.108"
Expand Down
2 changes: 1 addition & 1 deletion northstar-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env_logger = "0.10.2"
futures = { version = "0.3.29", default-features = false }
lazy_static = "1.4.0"
log = "0.4.21"
memfd = "0.6.2"
memfd = "0.6.4"
nanoid = "0.4.0"
nix = { version = "0.28.0", features = ["sched"], default-features = false }
northstar-client = { path = "../northstar-client" }
Expand Down

0 comments on commit f0d1579

Please sign in to comment.