Skip to content

Commit 4c2e6b7

Browse files
Joonas Bergiusthomastaylor312
authored andcommitted
chore(deps): Update deps to use the latest OCI clients
Signed-off-by: Joonas Bergius <joonas@cosmonic.com>
1 parent cf01da4 commit 4c2e6b7

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[workspace.package]
66
edition = "2021"
7-
version = "0.8.0"
7+
version = "0.8.1"
88
authors = ["The Wasmtime Project Developers"]
99
license = "Apache-2.0 WITH LLVM-exception"
1010

@@ -15,10 +15,10 @@ bytes = "1.7"
1515
docker_credential = "1.2.1"
1616
etcetera = "0.8"
1717
futures-util = "0.3.30"
18-
oci-client = { version = "0.13", default-features = false, features = [
18+
oci-client = { version = "0.14", default-features = false, features = [
1919
"rustls-tls",
2020
] }
21-
oci-wasm = { version = "0.1", default-features = false, features = [
21+
oci-wasm = { version = "0.2", default-features = false, features = [
2222
"rustls-tls",
2323
] }
2424
semver = "1.0.23"
@@ -37,9 +37,9 @@ tracing-subscriber = { version = "0.3.18", default-features = false, features =
3737
"fmt",
3838
"env-filter",
3939
] }
40-
wasm-pkg-common = { version = "0.8.0", path = "crates/wasm-pkg-common" }
41-
wasm-pkg-client = { version = "0.8.0", path = "crates/wasm-pkg-client" }
40+
wasm-pkg-common = { version = "0.8.1", path = "crates/wasm-pkg-common" }
41+
wasm-pkg-client = { version = "0.8.1", path = "crates/wasm-pkg-client" }
4242
wasm-metadata = "0.219"
4343
wit-component = "0.219"
4444
wit-parser = "0.219"
45-
wasm-pkg-core = { version = "0.8.0", path = "crates/wasm-pkg-core" }
45+
wasm-pkg-core = { version = "0.8.1", path = "crates/wasm-pkg-core" }

0 commit comments

Comments
 (0)