Skip to content

Commit ab921a5

Browse files
authored
Merge pull request #987 from containerd/dependabot/cargo/patch-981bcb5b90
chore(deps): bump the patch group across 1 directory with 5 updates
2 parents 5652bc9 + 6cf06b0 commit ab921a5

File tree

3 files changed

+32
-25
lines changed

3 files changed

+32
-25
lines changed

Cargo.lock

Lines changed: 30 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/containerd-shim-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ tempfile = { workspace = true }
7171
oci-tar-builder = { workspace = true }
7272
rand = "0.9"
7373
temp-env = "0.3"
74-
ctor = "0.4.1"
74+
ctor = "0.4.2"
7575

7676
[features]
7777
testing = [

crates/oci-tar-builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ oci-spec = { workspace = true, features = ["runtime"] }
1616
anyhow = { workspace = true }
1717
serde = { workspace = true }
1818
serde_json = { workspace = true }
19-
clap = { version = "4.5.37", features = ["derive"] }
19+
clap = { version = "4.5.38", features = ["derive"] }
2020
indexmap = "2.9.0"
2121
oci-wasm = { version = "0.2.1", default-features = false, features = ["rustls-tls"] }
2222
tokio = { workspace = true, features = ["rt-multi-thread"] }

0 commit comments

Comments
 (0)