Skip to content

Commit a0e3643

Browse files
build(deps): bump the grpc group with 4 updates (#4463)
Bumps the grpc group with 4 updates: [tonic](https://github.com/hyperium/tonic), [tonic-prost](https://github.com/hyperium/tonic), [tonic-prost-build](https://github.com/hyperium/tonic) and [tonic-build](https://github.com/hyperium/tonic). Updates `tonic` from 0.14.3 to 0.14.5 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.14.3...v0.14.5) Updates `tonic-prost` from 0.14.3 to 0.14.5 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.14.3...v0.14.5) Updates `tonic-prost-build` from 0.14.3 to 0.14.5 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.14.3...v0.14.5) Updates `tonic-build` from 0.14.3 to 0.14.5 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.14.3...v0.14.5) --- updated-dependencies: - dependency-name: tonic dependency-version: 0.14.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: grpc - dependency-name: tonic-prost dependency-version: 0.14.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: grpc - dependency-name: tonic-prost-build dependency-version: 0.14.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: grpc - dependency-name: tonic-build dependency-version: 0.14.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: grpc ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2381821 commit a0e3643

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
598598
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
599599
dependencies = [
600600
"libc",
601-
"windows-sys 0.61.1",
601+
"windows-sys 0.60.2",
602602
]
603603

604604
[[package]]
@@ -1203,7 +1203,7 @@ dependencies = [
12031203
"portable-atomic",
12041204
"portable-atomic-util",
12051205
"serde_core",
1206-
"windows-sys 0.61.1",
1206+
"windows-sys 0.60.2",
12071207
]
12081208

12091209
[[package]]
@@ -3487,7 +3487,7 @@ dependencies = [
34873487
"errno",
34883488
"libc",
34893489
"linux-raw-sys 0.11.0",
3490-
"windows-sys 0.61.1",
3490+
"windows-sys 0.60.2",
34913491
]
34923492

34933493
[[package]]
@@ -3783,7 +3783,7 @@ dependencies = [
37833783
"getrandom 0.3.1",
37843784
"once_cell",
37853785
"rustix 1.1.3",
3786-
"windows-sys 0.61.1",
3786+
"windows-sys 0.60.2",
37873787
]
37883788

37893789
[[package]]
@@ -3989,9 +3989,9 @@ dependencies = [
39893989

39903990
[[package]]
39913991
name = "tonic"
3992-
version = "0.14.3"
3992+
version = "0.14.5"
39933993
source = "registry+https://github.com/rust-lang/crates.io-index"
3994-
checksum = "a286e33f82f8a1ee2df63f4fa35c0becf4a85a0cb03091a15fd7bf0b402dc94a"
3994+
checksum = "fec7c61a0695dc1887c1b53952990f3ad2e3a31453e1f49f10e75424943a93ec"
39953995
dependencies = [
39963996
"async-trait",
39973997
"axum",
@@ -4018,9 +4018,9 @@ dependencies = [
40184018

40194019
[[package]]
40204020
name = "tonic-build"
4021-
version = "0.14.3"
4021+
version = "0.14.5"
40224022
source = "registry+https://github.com/rust-lang/crates.io-index"
4023-
checksum = "27aac809edf60b741e2d7db6367214d078856b8a5bff0087e94ff330fb97b6fc"
4023+
checksum = "1882ac3bf5ef12877d7ed57aad87e75154c11931c2ba7e6cde5e22d63522c734"
40244024
dependencies = [
40254025
"prettyplease",
40264026
"proc-macro2",
@@ -4030,9 +4030,9 @@ dependencies = [
40304030

40314031
[[package]]
40324032
name = "tonic-prost"
4033-
version = "0.14.3"
4033+
version = "0.14.5"
40344034
source = "registry+https://github.com/rust-lang/crates.io-index"
4035-
checksum = "d6c55a2d6a14174563de34409c9f92ff981d006f56da9c6ecd40d9d4a31500b0"
4035+
checksum = "a55376a0bbaa4975a3f10d009ad763d8f4108f067c7c2e74f3001fb49778d309"
40364036
dependencies = [
40374037
"bytes",
40384038
"prost 0.14.3",
@@ -4041,9 +4041,9 @@ dependencies = [
40414041

40424042
[[package]]
40434043
name = "tonic-prost-build"
4044-
version = "0.14.3"
4044+
version = "0.14.5"
40454045
source = "registry+https://github.com/rust-lang/crates.io-index"
4046-
checksum = "a4556786613791cfef4ed134aa670b61a85cfcacf71543ef33e8d801abae988f"
4046+
checksum = "f3144df636917574672e93d0f56d7edec49f90305749c668df5101751bb8f95a"
40474047
dependencies = [
40484048
"prettyplease",
40494049
"proc-macro2",

0 commit comments

Comments
 (0)