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

Commit e1bf51c

Browse files
Merge pull request #202 from connorsmith256/bump/wasmbus-rpc
bump to wasmbus-rpc v0.13
2 parents beb8768 + 0d9fa70 commit e1bf51c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+4258
-4181
lines changed

actor/animal-image-downloader/Cargo.lock

+207-205
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

actor/animal-image-downloader/Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "animal-image-downloader"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = [ "wasmCloud Team" ]
55
edition = "2021"
66

@@ -11,10 +11,10 @@ name = "animal_image_downloader"
1111
[dependencies]
1212
futures = "0.3"
1313
serde_json = "1.0.85"
14-
wasmbus-rpc = "0.11"
15-
wasmcloud-interface-messaging = "0.8"
16-
wasmcloud-interface-httpclient = "0.8"
17-
wasmcloud-interface-blobstore = "0.5"
14+
wasmbus-rpc = "0.13"
15+
wasmcloud-interface-blobstore = "0.6"
16+
wasmcloud-interface-httpclient = "0.9"
17+
wasmcloud-interface-messaging = "0.9"
1818

1919
[profile.release]
2020
# Optimize for small code size

actor/blobby/actor/Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blobby"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = [ "wasmCloud Team" ]
55
edition = "2021"
66

@@ -15,10 +15,10 @@ http = "0.2"
1515
lazy_static = "1"
1616
serde_json = "1.0.85"
1717
tokio = { version = "1", features = ["parking_lot", "sync"] }
18-
wasmbus-rpc = "0.11"
19-
wasmcloud-interface-blobstore = "0.5"
20-
wasmcloud-interface-httpserver = "0.9"
21-
wasmcloud-interface-logging = "0.8"
18+
wasmbus-rpc = "0.13"
19+
wasmcloud-interface-blobstore = "0.6"
20+
wasmcloud-interface-httpserver = "0.10"
21+
wasmcloud-interface-logging = "0.9"
2222

2323
[profile.release]
2424
# Optimize for small code size

0 commit comments

Comments
 (0)