Skip to content

Commit 00411dc

Browse files
committed
chore: bump volo, volo-grpc and volo-http
Signed-off-by: Yu Li <[email protected]>
1 parent dd8664c commit 00411dc

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

volo-grpc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "volo-grpc"
3-
version = "0.11.7"
3+
version = "0.11.8"
44
edition.workspace = true
55
homepage.workspace = true
66
repository.workspace = true
@@ -24,7 +24,7 @@ maintenance = { status = "actively-developed" }
2424

2525
[dependencies]
2626
pilota.workspace = true
27-
volo = { version = "0.11", path = "../volo" }
27+
volo = { version = "0.11.2", path = "../volo" }
2828
motore = { workspace = true, features = ["tower"] }
2929
metainfo.workspace = true
3030
async-broadcast.workspace = true

volo-http/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "volo-http"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
edition.workspace = true
55
homepage.workspace = true
66
repository.workspace = true
@@ -19,7 +19,7 @@ keywords = ["async", "rpc", "http"]
1919
maintenance = { status = "actively-developed" }
2020

2121
[dependencies]
22-
volo = { version = "0.11", path = "../volo" }
22+
volo = { version = "0.11.2", path = "../volo" }
2323

2424
ahash.workspace = true
2525
bytes.workspace = true

volo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "volo"
3-
version = "0.11.1"
3+
version = "0.11.2"
44
edition.workspace = true
55
homepage.workspace = true
66
repository.workspace = true

0 commit comments

Comments
 (0)