Skip to content

Commit 07f41de

Browse files
build(deps): bump prost from 0.11.8 to 0.11.9 (#234)
Bumps [prost](https://github.com/tokio-rs/prost) from 0.11.8 to 0.11.9. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Commits](tokio-rs/prost@v0.11.8...v0.11.9) --- updated-dependencies: - dependency-name: prost dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alejandro Pedraza <[email protected]>
1 parent de1afb9 commit 07f41de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -398,9 +398,9 @@ dependencies = [
398398

399399
[[package]]
400400
name = "prost"
401-
version = "0.11.8"
401+
version = "0.11.9"
402402
source = "registry+https://github.com/rust-lang/crates.io-index"
403-
checksum = "e48e50df39172a3e7eb17e14642445da64996989bc212b583015435d39a58537"
403+
checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"
404404
dependencies = [
405405
"bytes",
406406
"prost-derive",
@@ -430,9 +430,9 @@ dependencies = [
430430

431431
[[package]]
432432
name = "prost-derive"
433-
version = "0.11.8"
433+
version = "0.11.9"
434434
source = "registry+https://github.com/rust-lang/crates.io-index"
435-
checksum = "4ea9b0f8cbe5e15a8a042d030bd96668db28ecb567ec37d691971ff5731d2b1b"
435+
checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
436436
dependencies = [
437437
"anyhow",
438438
"itertools",

0 commit comments

Comments
 (0)