Skip to content

Commit

Permalink
chore(deps): Update deps to use the latest OCI clients
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Bergius <[email protected]>
  • Loading branch information
joonas authored and thomastaylor312 committed Oct 25, 2024
1 parent cf01da4 commit 4c2e6b7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"

[workspace.package]
edition = "2021"
version = "0.8.0"
version = "0.8.1"
authors = ["The Wasmtime Project Developers"]
license = "Apache-2.0 WITH LLVM-exception"

Expand All @@ -15,10 +15,10 @@ bytes = "1.7"
docker_credential = "1.2.1"
etcetera = "0.8"
futures-util = "0.3.30"
oci-client = { version = "0.13", default-features = false, features = [
oci-client = { version = "0.14", default-features = false, features = [
"rustls-tls",
] }
oci-wasm = { version = "0.1", default-features = false, features = [
oci-wasm = { version = "0.2", default-features = false, features = [
"rustls-tls",
] }
semver = "1.0.23"
Expand All @@ -37,9 +37,9 @@ tracing-subscriber = { version = "0.3.18", default-features = false, features =
"fmt",
"env-filter",
] }
wasm-pkg-common = { version = "0.8.0", path = "crates/wasm-pkg-common" }
wasm-pkg-client = { version = "0.8.0", path = "crates/wasm-pkg-client" }
wasm-pkg-common = { version = "0.8.1", path = "crates/wasm-pkg-common" }
wasm-pkg-client = { version = "0.8.1", path = "crates/wasm-pkg-client" }
wasm-metadata = "0.219"
wit-component = "0.219"
wit-parser = "0.219"
wasm-pkg-core = { version = "0.8.0", path = "crates/wasm-pkg-core" }
wasm-pkg-core = { version = "0.8.1", path = "crates/wasm-pkg-core" }

0 comments on commit 4c2e6b7

Please sign in to comment.