mirror of https://github.com/dragonflyoss/api.git
chore(deps): bump prost-types from 0.13.1 to 0.13.2 (#384)
Bumps [prost-types](https://github.com/tokio-rs/prost) from 0.13.1 to 0.13.2. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/prost/compare/v0.13.1...v0.13.2) --- updated-dependencies: - dependency-name: prost-types 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:
parent
f6ebee64fe
commit
76eabba0b0
|
@ -700,9 +700,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "prost-types"
|
||||
version = "0.13.1"
|
||||
version = "0.13.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cee5168b05f49d4b0ca581206eb14a7b22fafd963efe729ac48eb03266e25cc2"
|
||||
checksum = "60caa6738c7369b940c3d49246a8d1749323674c65cb13010134f5c9bad5b519"
|
||||
dependencies = [
|
||||
"prost",
|
||||
]
|
||||
|
|
|
@ -13,7 +13,7 @@ readme = "README.md"
|
|||
[dependencies]
|
||||
tonic = "0.12.1"
|
||||
prost = "0.13.2"
|
||||
prost-types = "0.13.1"
|
||||
prost-types = "0.13.2"
|
||||
tokio = { version = "1.40.0", features = ["rt-multi-thread", "macros"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
prost-wkt-types = "0.6"
|
||||
|
|
Loading…
Reference in New Issue