Skip to content

Commit

Permalink
chore: bump 0.16.1, remove base64 dep
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <[email protected]>
  • Loading branch information
brooksmtownsend committed Oct 8, 2024
1 parent 5fda091 commit 1e2bbc2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
7 changes: 2 additions & 5 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
repository = "https://github.com/wasmcloud/wadm"

[workspace.package]
version = "0.16.0"
version = "0.16.1"

[features]
default = []
Expand Down Expand Up @@ -49,7 +49,6 @@ wadm-types = { workspace = true }
anyhow = "1"
async-nats = "0.36"
async-trait = "0.1"
base64 = "0.22.1"
bytes = "1"
chrono = "0.4"
clap = { version = "4", features = ["derive", "cargo", "env"] }
Expand Down Expand Up @@ -91,7 +90,6 @@ wasmcloud-secrets-types = "0.2.0"
wit-bindgen-wrpc = { version = "0.3.7", default-features = false }

[dev-dependencies]
base64 = { workspace = true }
chrono = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion crates/wadm-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ serde_yaml = { workspace = true }
anyhow = { workspace = true }
async-nats = { workspace = true }
async-trait = { workspace = true }
base64 = { workspace = true }
bytes = { workspace = true }
chrono = { workspace = true }
cloudevents-sdk = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion crates/wadm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ repository = "https://github.com/wasmcloud/wadm"
anyhow = { workspace = true }
async-nats = { workspace = true }
async-trait = { workspace = true }
base64 = { workspace = true }
bytes = { workspace = true }
chrono = { workspace = true }
cloudevents-sdk = { workspace = true }
Expand Down

0 comments on commit 1e2bbc2

Please sign in to comment.