Skip to content

Commit

Permalink
Bump prost from 0.7.0 to 0.8.0
Browse files Browse the repository at this point in the history
Bumps [prost](https://github.com/tokio-rs/prost) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](tokio-rs/prost@v0.7.0...v0.8.0)

---
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 Jul 13, 2021
1 parent 8613229 commit b9ba935
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 15 deletions.
45 changes: 34 additions & 11 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 modules/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ serde_derive = "1.0.104"
serde = "1.0.125"
serde_json = "1"
tracing = "0.1.26"
prost = "0.7"
prost = "0.8"
prost-types = "0.7"
bytes = "1.0.0"
dyn-clonable = "0.9.0"
Expand Down
2 changes: 1 addition & 1 deletion proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ path = "src/lib.rs"
all-features = true

[dependencies]
prost = "0.7"
prost = "0.8"
prost-types = "0.7"
anomaly = "0.2"
bytes = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion relayer-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ toml = "0.5.8"
serde_derive = "1.0.116"
serde_json = "1"
sled = "0.34.4"
prost = "0.7"
prost = "0.8"
prost-types = "0.7"
hex = "0.4"
crossbeam-channel = "0.5.1"
Expand Down
2 changes: 1 addition & 1 deletion relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tracing = "0.1.26"
tokio = { version = "1.0", features = ["rt-multi-thread", "time", "sync"] }
serde_json = { version = "1" }
bytes = "1.0.0"
prost = "0.7"
prost = "0.8"
prost-types = "0.7"
futures = "0.3.14"
crossbeam-channel = "0.5.1"
Expand Down

0 comments on commit b9ba935

Please sign in to comment.