Skip to content

Commit 7f0a03d

Browse files
build(deps): bump the grpc group with 3 updates
Bumps the grpc group with 3 updates: [prost-types](https://github.com/tokio-rs/prost), [prost](https://github.com/tokio-rs/prost) and [prost-derive](https://github.com/tokio-rs/prost). Updates `prost-types` from 0.14.1 to 0.14.3 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.14.1...v0.14.3) Updates `prost` from 0.14.1 to 0.14.3 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.14.1...v0.14.3) Updates `prost-derive` from 0.14.1 to 0.14.3 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.14.1...v0.14.3) --- updated-dependencies: - dependency-name: prost-types dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: grpc - dependency-name: prost dependency-version: 0.14.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: grpc - dependency-name: prost-derive dependency-version: 0.14.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: grpc ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d4df10b commit 7f0a03d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
555555
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
556556
dependencies = [
557557
"libc",
558-
"windows-sys 0.52.0",
558+
"windows-sys 0.61.0",
559559
]
560560

561561
[[package]]
@@ -1642,7 +1642,7 @@ version = "0.50.3"
16421642
source = "registry+https://github.com/rust-lang/crates.io-index"
16431643
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
16441644
dependencies = [
1645-
"windows-sys 0.60.2",
1645+
"windows-sys 0.61.0",
16461646
]
16471647

16481648
[[package]]
@@ -1914,19 +1914,19 @@ dependencies = [
19141914

19151915
[[package]]
19161916
name = "prost"
1917-
version = "0.14.1"
1917+
version = "0.14.3"
19181918
source = "registry+https://github.com/rust-lang/crates.io-index"
1919-
checksum = "7231bd9b3d3d33c86b58adbac74b5ec0ad9f496b19d22801d773636feaa95f3d"
1919+
checksum = "d2ea70524a2f82d518bce41317d0fae74151505651af45faf1ffbd6fd33f0568"
19201920
dependencies = [
19211921
"bytes",
19221922
"prost-derive",
19231923
]
19241924

19251925
[[package]]
19261926
name = "prost-derive"
1927-
version = "0.14.1"
1927+
version = "0.14.3"
19281928
source = "registry+https://github.com/rust-lang/crates.io-index"
1929-
checksum = "9120690fafc389a67ba3803df527d0ec9cbbc9cc45e4cc20b332996dfb672425"
1929+
checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b"
19301930
dependencies = [
19311931
"anyhow",
19321932
"itertools 0.14.0",
@@ -1937,9 +1937,9 @@ dependencies = [
19371937

19381938
[[package]]
19391939
name = "prost-types"
1940-
version = "0.14.1"
1940+
version = "0.14.3"
19411941
source = "registry+https://github.com/rust-lang/crates.io-index"
1942-
checksum = "b9b4db3d6da204ed77bb26ba83b6122a73aeb2e87e25fbf7ad2e84c4ccbf8f72"
1942+
checksum = "8991c4cbdb8bc5b11f0b074ffe286c30e523de90fee5ba8132f1399f23cb3dd7"
19431943
dependencies = [
19441944
"prost",
19451945
]

0 commit comments

Comments
 (0)