Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
bumped to upgrade cloudevents sdk
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <brooks@cosmonic.com>
  • Loading branch information
brooksmtownsend committed May 16, 2023
1 parent 65a03c4 commit 91f823f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmcloud-control-interface"
version = "0.25.0"
version = "0.26.0"
authors = ["wasmCloud Team"]
edition = "2021"
homepage = "https://wasmcloud.com"
Expand All @@ -16,7 +16,7 @@ categories = ["wasm", "api-bindings"]
async-nats = "0.29"
data-encoding = "2.3.3"
ring = "0.16.20"
cloudevents-sdk = "0.6.0"
cloudevents-sdk = "0.7.0"
futures = "0.3"
rmp-serde = "1.0.0"
tokio = {version="1.9", features=["time"]}
Expand Down

0 comments on commit 91f823f

Please sign in to comment.