Skip to content

Commit

Permalink
Bump memoffset from 0.8.0 to 0.9.0 (#1000)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 2, 2023
1 parent c673b9c commit 1643255
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

2 changes: 1 addition & 1 deletion northstar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ log = { version = "0.4.19", features = [ "serde", "max_level_trace", "release_ma
loopdev = { version = "0.4.0", optional = true }
memchr = "2.5.0"
memfd = { version = "0.6.2", optional = true }
memoffset = { version = "0.8.0", optional = true }
memoffset = { version = "0.9.0", optional = true }
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 }
Expand Down

0 comments on commit 1643255

Please sign in to comment.