Skip to content

Commit 4c42459

Browse files
authored
rust: Update tonic to v0.4 (#55)
Bumps the version to v0.1.18
1 parent 8462184 commit 4c42459

File tree

3 files changed

+26
-8
lines changed

3 files changed

+26
-8
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.1.18
2+
3+
* Update tonic to v0.4
4+
15
## v0.1.17
26

37
* Update Rust dependencies

Cargo.lock

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

rs/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "linkerd2-proxy-api"
3-
version = "0.1.17"
3+
version = "0.1.18"
44
authors = ["Linkerd Developers <cncf-linkerd-dev@lists.cncf.io>"]
55
license = "Apache-2.0"
66
publish = false
@@ -15,7 +15,7 @@ rustfmt = ["tonic-build/rustfmt"]
1515
arbitrary = ["quickcheck", "rand"]
1616

1717
[dependencies]
18-
tonic = { git = "https://github.com/QuentinPerez/tonic", branch = "qperez/upgrade-to-tokio-1", default-features = false, features = ["prost", "codegen"] }
18+
tonic = { version = "0.4", default-features = false, features = ["prost", "codegen"] }
1919
prost = "0.7"
2020
prost-types = "0.7"
2121
h2 = "0.3"
@@ -26,4 +26,4 @@ quickcheck = { version = "1", default-features = false, optional = true }
2626
rand = { version = "0.8", optional = true }
2727

2828
[build-dependencies]
29-
tonic-build = { git = "https://github.com/QuentinPerez/tonic", branch = "qperez/upgrade-to-tokio-1", features = ["prost"], default-features = false }
29+
tonic-build = { version = "0.4", default-features = false, features = ["prost"] }

0 commit comments

Comments
 (0)