Skip to content

Commit

Permalink
Bump tonic from 0.7.1 to 0.7.2 (qdrant#563)
Browse files Browse the repository at this point in the history
Bumps [tonic](https://github.com/hyperium/tonic) from 0.7.1 to 0.7.2.
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.7.1...v0.7.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 5, 2022
1 parent 71b3c92 commit cfcff55
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ config = "~0.13.1"
tokio = { version = "~1.18", features = ["full"] }

actix-web = { version = "4.0.1", optional = true }
tonic = "0.7.1"
tonic = "0.7.2"
num-traits = "0.2.15"

# Consensus related crates
Expand Down
2 changes: 1 addition & 1 deletion lib/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tonic = "0.7.1"
tonic = "0.7.2"
prost = "0.10.1"
prost-types = "0.10.1"
serde = { version = "~1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/collection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env_logger = "0.9.0"
merge = "0.1.0"
async-trait = "0.1.53"
arc-swap = "1.5.0"
tonic = "0.7.1"
tonic = "0.7.2"
tower = "0.4.12"

segment = {path = "../segment"}
Expand Down
2 changes: 1 addition & 1 deletion lib/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ schemars = { version = "0.8.8", features = ["uuid"] }
itertools = "0.10"
async-trait = "0.1.53"
log = "0.4"
tonic = "0.7.1"
tonic = "0.7.2"
http = "0.2"

# Consensus related
Expand Down

0 comments on commit cfcff55

Please sign in to comment.