Skip to content

Commit

Permalink
Bump grpcio from 0.10.1 to 0.10.2
Browse files Browse the repository at this point in the history
Bumps [grpcio](https://github.com/tikv/grpc-rs) from 0.10.1 to 0.10.2.
- [Release notes](https://github.com/tikv/grpc-rs/releases)
- [Changelog](https://github.com/tikv/grpc-rs/blob/master/CHANGELOG.md)
- [Commits](tikv/grpc-rs@v0.10.1...v0.10.2)

---
updated-dependencies:
- dependency-name: grpcio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 20, 2022
1 parent 27c61ea commit ce0fa13
Show file tree
Hide file tree
Showing 37 changed files with 38 additions and 38 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion admin-http-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mc-util-grpc = { path = "../util/grpc" }
mc-util-uri = { path = "../util/uri" }

clap = { version = "3.1", features = ["derive", "env"] }
grpcio = "0.10.1"
grpcio = "0.10.2"
rocket = { version = "0.4.10", default-features = false }
rocket_contrib = { version = "0.4.10", default-features = false, features = ["json"] }
serde = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion attest/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ mc-crypto-noise = { path = "../../crypto/noise" }
aead = "0.4"
digest = "0.10"
futures = "0.3"
grpcio = "0.10.1"
grpcio = "0.10.2"
protobuf = "2.27.1"
2 changes: 1 addition & 1 deletion connection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mc-util-uri = { path = "../util/uri" }
aes-gcm = "0.9.4"
cookie = "0.16"
displaydoc = "0.2"
grpcio = "0.10.1"
grpcio = "0.10.2"
retry = "1.3"
secrecy = "0.8"
sha2 = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion consensus/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mc-attest-api = { path = "../../attest/api" }
mc-transaction-core = { path = "../../transaction/core" }

futures = "0.3"
grpcio = "0.10.1"
grpcio = "0.10.2"
protobuf = "2.27.1"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion consensus/mint-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ mc-util-parse = { path = "../../util/parse" }
mc-util-uri = { path = "../../util/uri" }

clap = { version = "3.1", features = ["derive", "env"] }
grpcio = "0.10.1"
grpcio = "0.10.2"
hex = "0.4"
pem = "1.0"
rand = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion consensus/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ clap = { version = "3.1", features = ["derive", "env"] }
displaydoc = { version = "0.2", default-features = false }
fs_extra = "1.1"
futures = "0.3"
grpcio = "0.10.1"
grpcio = "0.10.2"
hex = "0.4"
lazy_static = "1.4"
once_cell = "1.10"
Expand Down
2 changes: 1 addition & 1 deletion fog/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
[dependencies]
displaydoc = { version = "0.2", default-features = false }
futures = "0.3"
grpcio = "0.10.1"
grpcio = "0.10.2"
prost = { version = "0.10", default-features = false, features = ["prost-derive"] }
protobuf = "2.27.1"

Expand Down
2 changes: 1 addition & 1 deletion fog/distribution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mc-util-uri = { path = "../../util/uri" }

clap = { version = "3.1", features = ["derive", "env"] }
crossbeam-channel = "0.5"
grpcio = "0.10.1"
grpcio = "0.10.2"
lazy_static = "1.4"
rand = "0.8"
rayon = "1.5"
Expand Down
2 changes: 1 addition & 1 deletion fog/enclave_connection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ mc-util-uri = { path = "../../util/uri" }
aes-gcm = "0.9.4"
cookie = "0.16"
displaydoc = { version = "0.2", default-features = false }
grpcio = "0.10.1"
grpcio = "0.10.2"
retry = "1.3"
sha2 = { version = "0.10", default-features = false }
2 changes: 1 addition & 1 deletion fog/ingest/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tempdir = "0.3"
# third party
clap = { version = "3.1", features = ["derive", "env"] }
displaydoc = { version = "0.2", default-features = false }
grpcio = "0.10.1"
grpcio = "0.10.2"
hex = "0.4"
protobuf = "2.27.1"
retry = "1.3"
Expand Down
2 changes: 1 addition & 1 deletion fog/ingest/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ clap = { version = "3.1", features = ["derive", "env"] }
dirs = "4.0"
displaydoc = { version = "0.2", default-features = false }
futures = "0.3"
grpcio = "0.10.1"
grpcio = "0.10.2"
hex = "0.4"
itertools = "0.10"
lazy_static = "1.4"
Expand Down
2 changes: 1 addition & 1 deletion fog/ledger/connection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ mc-fog-uri = { path = "../../uri" }

# third-party
displaydoc = { version = "0.2", default-features = false }
grpcio = "0.10.1"
grpcio = "0.10.2"
protobuf = "2.27.1"
retry = "1.3"

Expand Down
2 changes: 1 addition & 1 deletion fog/ledger/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ mc-fog-uri = { path = "../../uri" }
clap = { version = "3.1", features = ["derive", "env"] }
displaydoc = { version = "0.2", default-features = false }
futures = "0.3"
grpcio = "0.10.1"
grpcio = "0.10.2"
hex = "0.4"
lazy_static = "1.4"
rand = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion fog/load_testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ path = "src/bin/ingest.rs"
[dependencies]
# third party
clap = { version = "3.1", features = ["derive", "env"] }
grpcio = "0.10.1"
grpcio = "0.10.2"
rand = "0.8"
retry = "1.3"
tempdir = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion fog/overseer/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "src/bin/main.rs"
# third-party
clap = { version = "3.1", features = ["derive", "env"] }
displaydoc = { version = "0.2", default-features = false }
grpcio = "0.10.1"
grpcio = "0.10.2"
lazy_static = "1.4"
prometheus = "0.13.0"
retry = "1.3"
Expand Down
2 changes: 1 addition & 1 deletion fog/report/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ links = "mc-fog-report-api"

[dependencies]
futures = "0.3"
grpcio = "0.10.1"
grpcio = "0.10.2"
protobuf = "2.27.1"

mc-api = { path = "../../../api" }
Expand Down
2 changes: 1 addition & 1 deletion fog/report/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ mc-util-uri = { path = "../../../util/uri" }
base64 = "0.13"
binascii = "0.1.4"
clap = { version = "3.1", features = ["derive", "env"] }
grpcio = "0.10.1"
grpcio = "0.10.2"
2 changes: 1 addition & 1 deletion fog/report/connection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ mc-util-serial = { path = "../../../util/serial" }
mc-util-uri = { path = "../../../util/uri" }

displaydoc = "0.2"
grpcio = "0.10.1"
grpcio = "0.10.2"
2 changes: 1 addition & 1 deletion fog/report/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mc-util-uri = { path = "../../../util/uri" }
clap = { version = "3.1", features = ["derive", "env"] }
displaydoc = "0.2"
futures = "0.3"
grpcio = "0.10.1"
grpcio = "0.10.2"
pem = "1.0"
prost = "0.10"
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion fog/sample-paykit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ mc-fog-view-protocol = { path = "../view/protocol" }
clap = { version = "3.1", features = ["derive", "env"] }
displaydoc = { version = "0.2", default-features = false }
futures = "0.3"
grpcio = "0.10.1"
grpcio = "0.10.2"
link-cplusplus = "1.0" # This is needed to support building on darwin which only has libc++ and not libstdc++
protobuf = "2.27.1"
rand = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion fog/view/connection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ mc-fog-uri = { path = "../../uri" }
mc-fog-view-protocol = { path = "../protocol" }

# third-party
grpcio = "0.10.1"
grpcio = "0.10.2"
retry = "1.3"
2 changes: 1 addition & 1 deletion fog/view/load-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ path = "src/main.rs"
[dependencies]
# third party
clap = { version = "3.1", features = ["derive", "env"] }
grpcio = "0.10.1"
grpcio = "0.10.2"

# mobilecoin
mc-account-keys = { path = "../../../account-keys" }
Expand Down
2 changes: 1 addition & 1 deletion fog/view/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ path = "src/bin/main.rs"
clap = { version = "3.1", features = ["derive", "env"] }
displaydoc = { version = "0.2", default-features = false }
futures = "0.3"
grpcio = "0.10.1"
grpcio = "0.10.2"
hex = "0.4"
lazy_static = "1.4"
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] }
Expand Down
2 changes: 1 addition & 1 deletion go-grpc-gateway/testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ mc-fog-report-types = { path = "../../fog/report/types" }
clap = { version = "3.1", features = ["derive", "env"] }
displaydoc = "0.2"
futures = "0.3"
grpcio = "0.10.1"
grpcio = "0.10.2"
serde = { version = "1.0", features = ["derive"] }
2 changes: 1 addition & 1 deletion ledger/sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mc-util-uri = { path = "../../util/uri" }

crossbeam-channel = "0.5"
displaydoc = "0.2"
grpcio = "0.10.1"
grpcio = "0.10.2"
mockall = "0.11.0"
protobuf = "2.27.1"
rand = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion mint-auditor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ mc-util-uri = { path = "../util/uri" }

clap = { version = "3.1", features = ["derive", "env"] }
displaydoc = "0.2"
grpcio = "0.10.0"
grpcio = "0.10.2"
hostname = "0.3.1"
lazy_static = "1.4"
lmdb-rkv = "0.14.0"
Expand Down
2 changes: 1 addition & 1 deletion mint-auditor/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mc-util-serial = { path = "../../util/serial" }
mc-util-uri = { path = "../../util/uri" }

futures = "0.3"
grpcio = "0.10.0"
grpcio = "0.10.2"
protobuf = "2.27.1"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion mobilecoind-json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mc-mobilecoind-api = { path = "../mobilecoind/api" }
mc-util-grpc = { path = "../util/grpc" }

clap = { version = "3.1", features = ["derive", "env"] }
grpcio = "0.10.1"
grpcio = "0.10.2"
hex = "0.4"
protobuf = "2.27.1"
rocket = { version = "0.4.10", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion mobilecoind/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ aes-gcm = "0.9.4"
clap = { version = "3.1", features = ["derive", "env"] }
crossbeam-channel = "0.5"
displaydoc = "0.2"
grpcio = "0.10.1"
grpcio = "0.10.2"
hex_fmt = "0.3"
lmdb-rkv = "0.14.0"
num_cpus = "1.13"
Expand Down
2 changes: 1 addition & 1 deletion mobilecoind/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mc-api = { path = "../../api" }
mc-util-uri = { path = "../../util/uri" }

futures = "0.3"
grpcio = "0.10.1"
grpcio = "0.10.2"
protobuf = "2.27.1"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion peers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mc-util-uri = { path = "../util/uri" }

crossbeam-channel = "0.5"
displaydoc = "0.2"
grpcio = "0.10.1"
grpcio = "0.10.2"
mockall = "0.11.0"
protobuf = "2.27.1"
retry = "1.3"
Expand Down
2 changes: 1 addition & 1 deletion peers/test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mc-transaction-core = { path = "../../transaction/core" }
mc-util-from-random = { path = "../../util/from-random" }
mc-util-uri = { path = "../../util/uri" }

grpcio = "0.10.1"
grpcio = "0.10.2"
hex = "0.4"
rand = "0.8"
rand_hc = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion util/grpc-admin-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ mc-util-grpc = { path = "../grpc" }
mc-util-uri = { path = "../uri" }

clap = { version = "3.1", features = ["derive", "env"] }
grpcio = "0.10.1"
grpcio = "0.10.2"
2 changes: 1 addition & 1 deletion util/grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ clap = { version = "3.1", features = ["derive", "env"] }
cookie = "0.16"
displaydoc = { version = "0.2", default-features = false }
futures = "0.3"
grpcio = "0.10.1"
grpcio = "0.10.2"
hex = "0.4"
hex_fmt = "0.3"
hmac = "0.12"
Expand Down
2 changes: 1 addition & 1 deletion util/metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
mc-common = { path = "../../common", features = ["log"] }

chrono = "0.4"
grpcio = "0.10.1"
grpcio = "0.10.2"
lazy_static = "1.4"
prometheus = "0.13"
protobuf = "2.27.1"
Expand Down
2 changes: 1 addition & 1 deletion watcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ mc-watcher-api = { path = "api" }
clap = { version = "3.1", features = ["derive", "env"] }
displaydoc = { version = "0.2", default-features = false }
futures = "0.3"
grpcio = "0.10.1"
grpcio = "0.10.2"
hex = "0.4"
lazy_static = "1.4"
lmdb-rkv = "0.14.0"
Expand Down

0 comments on commit ce0fa13

Please sign in to comment.