Skip to content

Commit 9da9f24

Browse files
chore(deps): bump tonic from 0.6.2 to 0.8.2
Bumps [tonic](https://github.com/hyperium/tonic) from 0.6.2 to 0.8.2. - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.6.2...v0.8.2) --- updated-dependencies: - dependency-name: tonic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0c664d1 commit 9da9f24

File tree

5 files changed

+119
-43
lines changed

5 files changed

+119
-43
lines changed

Cargo.lock

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

explorer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tracing-appender = "0.2"
3131
tokio = { version = "^1.4", features = ["rt-multi-thread", "time", "sync", "rt", "signal", "test-util"] }
3232
tokio-stream = { version = "0.1.4", features = ["sync"] }
3333
tokio-util = { version = "0.6.0", features = ["time"] }
34-
tonic = "0.4"
34+
tonic = "0.8"
3535
multiaddr = { package = "parity-multiaddr", version = "0.11" }
3636
rand = "0.8.5"
3737
rand_chacha = "0.3.0"

jormungandr/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ tracing-appender = "0.2"
5555
tokio = { version = "^1.15", features = ["rt-multi-thread", "time", "sync", "rt", "signal", "test-util"] }
5656
tokio-stream = { version = "0.1.4", features = ["sync"] }
5757
tokio-util = { version = "0.6.0", features = ["time"] }
58-
tonic = "0.6"
58+
tonic = "0.8"
5959
lru = "0.7"
6060
warp = { version = "0.3.2", features = ["tls"] }
6161
serde_with = { version = "1.12", features = ["macros"] }

testing/jormungandr-automation/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10-
tonic = "0.6"
10+
tonic = "0.8"
1111
prost = "0.9"
1212
tokio = { version = "1.15", features = ["macros","rt","rt-multi-thread"] }
1313
tokio-stream = "0.1"

testing/jormungandr-integration-tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = [ "[email protected]" ]
55
edition = "2021"
66

77
[dependencies]
8-
tonic = "0.6"
8+
tonic = "0.8"
99
bech32 = "0.7"
1010
prost = "0.9"
1111
tokio = { version = "1.15", features = ["macros", "time"] }

0 commit comments

Comments
 (0)