Skip to content

Commit e21c285

Browse files
authoredFeb 16, 2024··
chore: dependency updates and version bump (0.2.0) (#3)
Update `tonic-build` to 0.11 and remove patch version requirement from all dependencies
1 parent e1159e9 commit e21c285

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tonic-buf-build"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "A build helper that integrates buf.build to tonic-build."
66
license = "MIT"
@@ -9,9 +9,9 @@ repository = "https://github.com/Valensas/tonic-buf-build"
99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

1111
[dependencies]
12-
tonic-build = "0.10.0"
12+
tonic-build = "0.11"
1313
serde = { version = "1.0", features = ["derive"] }
14-
serde_yaml = "0.9.22"
15-
uuid = { version = "1.2.2", features = ["v4", "fast-rng"] }
16-
prost-build = "0.12.1"
17-
scopeguard = "1.2.0"
14+
serde_yaml = "0.9"
15+
uuid = { version = "1.2", features = ["v4", "fast-rng"] }
16+
prost-build = "0.12"
17+
scopeguard = "1.2"

0 commit comments

Comments
 (0)
Please sign in to comment.