Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #202 from connorsmith256/bump/wasmbus-rpc
Browse files Browse the repository at this point in the history
bump to wasmbus-rpc v0.13
  • Loading branch information
connorsmith256 authored Apr 14, 2023
2 parents beb8768 + 0d9fa70 commit e1bf51c
Show file tree
Hide file tree
Showing 54 changed files with 4,258 additions and 4,181 deletions.
412 changes: 207 additions & 205 deletions actor/animal-image-downloader/Cargo.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions actor/animal-image-downloader/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "animal-image-downloader"
version = "0.1.1"
version = "0.1.2"
authors = [ "wasmCloud Team" ]
edition = "2021"

Expand All @@ -11,10 +11,10 @@ name = "animal_image_downloader"
[dependencies]
futures = "0.3"
serde_json = "1.0.85"
wasmbus-rpc = "0.11"
wasmcloud-interface-messaging = "0.8"
wasmcloud-interface-httpclient = "0.8"
wasmcloud-interface-blobstore = "0.5"
wasmbus-rpc = "0.13"
wasmcloud-interface-blobstore = "0.6"
wasmcloud-interface-httpclient = "0.9"
wasmcloud-interface-messaging = "0.9"

[profile.release]
# Optimize for small code size
Expand Down
10 changes: 5 additions & 5 deletions actor/blobby/actor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blobby"
version = "0.2.0"
version = "0.2.1"
authors = [ "wasmCloud Team" ]
edition = "2021"

Expand All @@ -15,10 +15,10 @@ http = "0.2"
lazy_static = "1"
serde_json = "1.0.85"
tokio = { version = "1", features = ["parking_lot", "sync"] }
wasmbus-rpc = "0.11"
wasmcloud-interface-blobstore = "0.5"
wasmcloud-interface-httpserver = "0.9"
wasmcloud-interface-logging = "0.8"
wasmbus-rpc = "0.13"
wasmcloud-interface-blobstore = "0.6"
wasmcloud-interface-httpserver = "0.10"
wasmcloud-interface-logging = "0.9"

[profile.release]
# Optimize for small code size
Expand Down
Loading

0 comments on commit e1bf51c

Please sign in to comment.