Skip to content

Commit

Permalink
chore(deps): bump prost from 0.11.9 to 0.12.1
Browse files Browse the repository at this point in the history
Bumps [prost](https://github.com/tokio-rs/prost) from 0.11.9 to 0.12.1.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](tokio-rs/prost@v0.11.9...v0.12.1)

---
updated-dependencies:
- dependency-name: prost
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 11, 2023
1 parent 41ff23a commit 7bf0a81
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 8 deletions.
33 changes: 28 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion subgraph-radio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["network-programming", "web-programming::http-client"]
[dependencies]
graphcast-sdk = { workspace = true }
axum-server = "0.5.1"
prost = "0.11"
prost = "0.12"
once_cell = "1.17"
chrono = "0.4"
serde = { version = "1.0.163", features = ["rc"] }
Expand Down
2 changes: 1 addition & 1 deletion test-sender/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ serde = { version = "1.0.163", features = ["rc"] }
serde_json = "1.0.96"
serde_derive = "1.0"
clap = { version = "3.2.25", features = ["derive"] }
prost = "0.11.9"
prost = "0.12.1"
ethers = "2.0.7"
2 changes: 1 addition & 1 deletion test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ serde = { version = "1.0.163", features = ["rc"] }
serde_json = "1.0.96"
serde_derive = "1.0"
clap = { version = "3.2.25", features = ["derive"] }
prost = "0.11"
prost = "0.12"
ethers = "2.0.4"
ethers-contract = "2.0.4"
ethers-core = "2.0.4"
Expand Down

0 comments on commit 7bf0a81

Please sign in to comment.