mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 01:50:57 -05:00
Bump prost from 0.11.8 to 0.11.9 (#1720)
Bumps [prost](https://github.com/tokio-rs/prost) from 0.11.8 to 0.11.9. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Commits](https://github.com/tokio-rs/prost/compare/v0.11.8...v0.11.9) --- updated-dependencies: - dependency-name: prost 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>
This commit is contained in:
8
Cargo.lock
generated
8
Cargo.lock
generated
@@ -2902,9 +2902,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "prost"
|
||||
version = "0.11.8"
|
||||
version = "0.11.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e48e50df39172a3e7eb17e14642445da64996989bc212b583015435d39a58537"
|
||||
checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"prost-derive",
|
||||
@@ -2934,9 +2934,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "prost-derive"
|
||||
version = "0.11.8"
|
||||
version = "0.11.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4ea9b0f8cbe5e15a8a042d030bd96668db28ecb567ec37d691971ff5731d2b1b"
|
||||
checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"itertools",
|
||||
|
||||
@@ -63,7 +63,7 @@ actix-web-validator = "5.0.1"
|
||||
raft = { version = "0.7.0", features = ["prost-codec"], default-features = false }
|
||||
slog = "2.7.0"
|
||||
slog-stdlog = "4.1.1"
|
||||
prost = "0.11.8"
|
||||
prost = "0.11.9"
|
||||
raft-proto = { version = "0.7.0", features = ["prost-codec"], default-features = false}
|
||||
|
||||
segment = { path = "lib/segment" }
|
||||
|
||||
@@ -9,7 +9,7 @@ edition = "2021"
|
||||
log = "0.4"
|
||||
env_logger = "0.10.0"
|
||||
tonic = { version = "0.9.1", features = ["gzip", "tls"] }
|
||||
prost = "0.11.8"
|
||||
prost = "0.11.9"
|
||||
prost-types = "0.11.8"
|
||||
serde = { version = "~1.0", features = ["derive"] }
|
||||
serde_json = "~1.0"
|
||||
|
||||
@@ -32,7 +32,7 @@ validator = { version = "0.16", features = ["derive"] }
|
||||
# Consensus related
|
||||
atomicwrites = { version = "0.4.1" }
|
||||
raft = { version = "0.7.0", features = ["prost-codec"], default-features = false }
|
||||
prost = { version = "0.11.8" } # version of prost used by raft
|
||||
prost = { version = "0.11.9" } # version of prost used by raft
|
||||
serde_cbor = { version = "0.11.2" }
|
||||
|
||||
segment = { path = "../segment" }
|
||||
|
||||
Reference in New Issue
Block a user