Skip to content

Commit 891fe59

Browse files
authored
build(deps): downgrade tonic and prost packages to 0.14.2 (#640)
Signed-off-by: Gaius <gaius.qi@gmail.com>
1 parent 9790829 commit 891fe59

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dragonfly-api"
3-
version = "2.2.25"
3+
version = "2.2.26"
44
authors = ["Gaius <gaius.qi@gmail.com>"]
55
edition = "2021"
66
license = "Apache-2.0"
@@ -11,13 +11,13 @@ readme = "README.md"
1111

1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313
[dependencies]
14-
tonic = "0.14.3"
15-
tonic-prost = "0.14.3"
16-
prost = "0.14.3"
17-
prost-types = "0.14.3"
14+
tonic = "0.14.2"
15+
tonic-prost = "0.14.2"
16+
prost = "0.14.2"
17+
prost-types = "0.14.2"
1818
tokio = { version = "1.50.0", features = ["rt-multi-thread", "macros"] }
1919
serde = { version = "1.0", features = ["derive"] }
2020
prost-wkt-types = "0.7"
2121

2222
[build-dependencies]
23-
tonic-prost-build = "0.14.3"
23+
tonic-prost-build = "0.14.2"

0 commit comments

Comments
 (0)