mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-05 17:40:55 -05:00
Bumps [tonic](https://github.com/hyperium/tonic) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/tonic/compare/v0.7.0...v0.7.1) --- 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>
21 lines
522 B
TOML
21 lines
522 B
TOML
[package]
|
|
name = "api"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
tonic = "0.7.1"
|
|
prost = "0.10.0"
|
|
prost-types = "0.10.0"
|
|
serde = { version = "~1.0", features = ["derive"] }
|
|
serde_json = "~1.0"
|
|
schemars = { version = "0.8.8", features = ["uuid"] }
|
|
uuid = { version = "0.8", features = ["v4", "serde"] }
|
|
|
|
segment = {path = "../segment"}
|
|
|
|
[build-dependencies]
|
|
tonic-build = { version = "0.7.0", features = ["prost"] }
|