Skip to content

Commit

Permalink
Update zerocopy due to vulnerability
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Hamlin <[email protected]>
  • Loading branch information
protoben authored and nspin committed Dec 23, 2023
1 parent 7a6633b commit 2fff270
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ serde = ["dep:serde"]

[dependencies]
serde = { version = "1.0.147", default-features = false, features = ["derive"], optional = true }
zerocopy = { version = "0.7.6", features = ["derive"] }
zerocopy = { version = "0.7.32", features = ["derive"] }
2 changes: 1 addition & 1 deletion crates/sel4-async/block-io/cpiofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ hex = { version = "0.4.3", default-features = false }
log = "0.4.17"
lru = "0.10.0"
sel4-async-block-io = { path = ".." }
zerocopy = { version = "0.7.6", features = ["derive"] }
zerocopy = { version = "0.7.32", features = ["derive"] }
2 changes: 1 addition & 1 deletion crates/sel4-externally-shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ unstable = ["volatile/unstable"]
very_unstable = ["volatile/very_unstable"]

[dependencies]
zerocopy = "0.7.6"
zerocopy = "0.7.32"

[dependencies.volatile]
git = "https://github.com/coliasgroup/volatile.git"
Expand Down
2 changes: 1 addition & 1 deletion crates/sel4-microkit/message/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ postcard = ["dep:postcard", "dep:serde"]
num_enum = { version = "0.5.9", default-features = false }
postcard = { version = "1.0.2", default-features = false, optional = true }
serde = { version = "1.0.147", default-features = false, optional = true }
zerocopy = "0.7.6"
zerocopy = "0.7.32"
2 changes: 1 addition & 1 deletion crates/sel4-shared-ring-buffer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ license = "BSD-2-Clause"
[dependencies]
log = "0.4.17"
sel4-externally-shared = { path = "../sel4-externally-shared", features = ["unstable"] }
zerocopy = { version = "0.7.6", features = ["derive"] }
zerocopy = { version = "0.7.32", features = ["derive"] }
2 changes: 1 addition & 1 deletion crates/sel4-shared-ring-buffer/block-io/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ license = "BSD-2-Clause"
[dependencies]
num_enum = { version = "0.5.9", default-features = false }
sel4-shared-ring-buffer = { path = "../.." }
zerocopy = { version = "0.7.6", features = ["derive"] }
zerocopy = { version = "0.7.32", features = ["derive"] }
2 changes: 1 addition & 1 deletion hacking/cargo-manifest-management/manifest-scope.nix
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ in rec {
tock-registers = "0.8.1";
unwinding = "0.1.6";
virtio-drivers = "0.5.0";
zerocopy = "0.7.6";
zerocopy = "0.7.32";
};

zerocopyWith = features: filterOutEmptyFeatureList {
Expand Down

0 comments on commit 2fff270

Please sign in to comment.