chore: update tonic to 0.4.2 (#1268)

pull/24376/head
Raphael Taylor-Davies 2021-04-21 12:54:03 +01:00 committed by GitHub
parent d29410a623
commit fdb22c9d9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

8
Cargo.lock generated
View File

@ -3844,9 +3844,9 @@ dependencies = [
[[package]]
name = "tonic"
version = "0.4.1"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91491e5f15431f2189ec8c1f9dcbadac949450399c22c912ceae9570eb472f61"
checksum = "556dc31b450f45d18279cfc3d2519280273f460d5387e6b7b24503e65d206f8b"
dependencies = [
"async-stream",
"async-trait",
@ -3873,9 +3873,9 @@ dependencies = [
[[package]]
name = "tonic-build"
version = "0.4.1"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2e09854abff4c0716059219e155ab0539aecbfc26a40214897b062653adb6ba"
checksum = "c695de27302f4697191dda1c7178131a8cb805463dda02864acb80fe1322fdcf"
dependencies = [
"proc-macro2",
"prost-build",