Skip to content

Commit

Permalink
Merge pull request #488 from containerd/dependabot/cargo/prost-types-…
Browse files Browse the repository at this point in the history
…0.12.3

chore(deps): bump prost-types from 0.11.9 to 0.12.3
  • Loading branch information
jsturtevant authored Mar 15, 2024
2 parents a8da713 + 7fd52f4 commit 6f9c5ac
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 37 deletions.
91 changes: 56 additions & 35 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 crates/containerd-shim-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tokio = { version = "1.36.0", features = [ "full" ] }
futures = { version = "0.3.30" }
wasmparser = "0.200.0"
tokio-stream = { version = "0.1" }
prost-types = "0.11" # should match version in containerd-shim
prost-types = "0.12" # should match version in containerd-shim
sha256 = { workspace = true }

[target.'cfg(unix)'.dependencies]
Expand All @@ -43,7 +43,7 @@ caps = "0.5"
dbus = { version = "0", features = ["vendored"] }
libcontainer = { workspace = true, features = ["libseccomp", "systemd", "v1", "v2"]}
nix = { workspace = true, features = ["sched", "mount"] }
containerd-client = "0.4.0"
containerd-client = "0.5.0"

[target.'cfg(windows)'.dependencies]
windows-sys = { workspace = true, features = ["Win32_Foundation", "Win32_Storage_FileSystem"] }
Expand Down

0 comments on commit 6f9c5ac

Please sign in to comment.