Skip to content

Commit 7a9c892

Browse files
authored
Merge pull request #1000 from containerd/dependabot/cargo/oci-wasm-0.3.0
chore(deps): bump oci-wasm from 0.2.1 to 0.3.0
2 parents 1c9aad2 + 2674fb7 commit 7a9c892

File tree

2 files changed

+98
-56
lines changed

2 files changed

+98
-56
lines changed

Cargo.lock

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

crates/oci-tar-builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ serde = { workspace = true }
1818
serde_json = { workspace = true }
1919
clap = { version = "4.5.39", features = ["derive"] }
2020
indexmap = "2.9.0"
21-
oci-wasm = { version = "0.2.1", default-features = false, features = ["rustls-tls"] }
21+
oci-wasm = { version = "0.3.0", default-features = false, features = ["rustls-tls"] }
2222
tokio = { workspace = true, features = ["rt-multi-thread"] }
2323

2424
[lib]

0 commit comments

Comments
 (0)