From eab7a7b18a626bd790c42ab23a5ce571baf0c56b Mon Sep 17 00:00:00 2001 From: Brooks Townsend Date: Tue, 5 Sep 2023 15:52:19 -0700 Subject: [PATCH] chore: bump wadm 0.6.0 Signed-off-by: Brooks Townsend --- Cargo.lock | 6 +++--- Cargo.toml | 12 +++++++----- src/up/config.rs | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b8192fa0..cbb46d65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4188,9 +4188,9 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wadm" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0516b68c9d02fe1f1e6e409279a4020f103bf87ed6dce94cf9ef2804d936716e" +checksum = "ef6c64ba64334c53b804202726b62ad769ed75ddc61516820f2a8ee26fdf3071" dependencies = [ "anyhow", "async-nats 0.31.0", @@ -4305,7 +4305,7 @@ dependencies = [ [[package]] name = "wash-cli" -version = "0.20.0" +version = "0.20.1" dependencies = [ "anyhow", "assert-json-diff", diff --git a/Cargo.toml b/Cargo.toml index 0e24a8af..2f849f67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wash-cli" -version = "0.20.0" +version = "0.20.1" authors = ["wasmCloud Team"] categories = ["wasm", "command-line-utilities"] description = "wasmcloud Shell (wash) CLI tool" @@ -71,7 +71,7 @@ nix = { version = "0.26.2", default-features = false, features = ["signal"] } rand = "0.8.5" reqwest = { workspace = true, features = ["json", "rustls-tls"] } scopeguard = { workspace = true } -serial_test = { workspace = true } # serial_test works with cargo, '_serial' works with nextest +serial_test = { workspace = true } # serial_test works with cargo, '_serial' works with nextest sysinfo = { workspace = true } tempfile = { workspace = true } test-case = { workspace = true } @@ -122,7 +122,9 @@ path-absolutize = "3.1" provider-archive = "0.8.0" regex = "1.9" remove_dir_all = "0.7" -reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"] } +reqwest = { version = "0.11", default-features = false, features = [ + "rustls-tls", +] } rmp-serde = "1.1.2" rmpv = "1.0" sanitize-filename = "0.4.0" @@ -145,7 +147,7 @@ tokio-stream = "0.1" tokio-tar = "0.3" tokio-util = "0.7.8" toml = "0.7.6" -wadm = "0.5.0" +wadm = "0.6.0" walkdir = "2.3" wascap = "0.11.0" wash-lib = { version = "0.10", path = "./crates/wash-lib" } @@ -155,4 +157,4 @@ wasmcloud-control-interface = "0.27" wasmcloud-test-util = "0.10.0" weld-codegen = "0.7.0" which = "4.4.0" -wit-component = "0.13.2" +wit-component = "0.13.2" diff --git a/src/up/config.rs b/src/up/config.rs index acfa6ed7..c43a25cb 100644 --- a/src/up/config.rs +++ b/src/up/config.rs @@ -9,7 +9,7 @@ pub(crate) const NATS_SERVER_VERSION: &str = "v2.9.14"; pub(crate) const DEFAULT_NATS_HOST: &str = "127.0.0.1"; pub(crate) const DEFAULT_NATS_PORT: &str = "4222"; // wadm configuration values -pub(crate) const WADM_VERSION: &str = "v0.5.0"; +pub(crate) const WADM_VERSION: &str = "v0.6.0"; // wasmCloud configuration values, https://wasmcloud.dev/reference/host-runtime/host_configure/ pub(crate) const WASMCLOUD_HOST_VERSION: &str = "v0.78.0-rc4"; // NATS isolation configuration variables