Skip to content

Commit be247c2

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 7ae1c1f commit be247c2

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]]
@@ -1643,7 +1643,7 @@ version = "0.50.3"
16431643
source = "registry+https://github.com/rust-lang/crates.io-index"
16441644
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
16451645
dependencies = [
1646-
"windows-sys 0.60.2",
1646+
"windows-sys 0.61.0",
16471647
]
16481648

16491649
[[package]]
@@ -1915,19 +1915,19 @@ dependencies = [
19151915

19161916
[[package]]
19171917
name = "prost"
1918-
version = "0.14.1"
1918+
version = "0.14.3"
19191919
source = "registry+https://github.com/rust-lang/crates.io-index"
1920-
checksum = "7231bd9b3d3d33c86b58adbac74b5ec0ad9f496b19d22801d773636feaa95f3d"
1920+
checksum = "d2ea70524a2f82d518bce41317d0fae74151505651af45faf1ffbd6fd33f0568"
19211921
dependencies = [
19221922
"bytes",
19231923
"prost-derive",
19241924
]
19251925

19261926
[[package]]
19271927
name = "prost-derive"
1928-
version = "0.14.1"
1928+
version = "0.14.3"
19291929
source = "registry+https://github.com/rust-lang/crates.io-index"
1930-
checksum = "9120690fafc389a67ba3803df527d0ec9cbbc9cc45e4cc20b332996dfb672425"
1930+
checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b"
19311931
dependencies = [
19321932
"anyhow",
19331933
"itertools 0.14.0",
@@ -1938,9 +1938,9 @@ dependencies = [
19381938

19391939
[[package]]
19401940
name = "prost-types"
1941-
version = "0.14.1"
1941+
version = "0.14.3"
19421942
source = "registry+https://github.com/rust-lang/crates.io-index"
1943-
checksum = "b9b4db3d6da204ed77bb26ba83b6122a73aeb2e87e25fbf7ad2e84c4ccbf8f72"
1943+
checksum = "8991c4cbdb8bc5b11f0b074ffe286c30e523de90fee5ba8132f1399f23cb3dd7"
19441944
dependencies = [
19451945
"prost",
19461946
]

0 commit comments

Comments
 (0)