Skip to content

Commit

Permalink
build(deps): update prost-types requirement from 0.11 to 0.12 (#610)
Browse files Browse the repository at this point in the history
Updates the requirements on [prost-types](https://github.com/tokio-rs/prost) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](tokio-rs/prost@prost-types-0.11.1...v0.12.0)

---
updated-dependencies:
- dependency-name: prost-types
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 6, 2023
1 parent a267d88 commit 86614db
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/event/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ db3-proto={path="../proto"}
serde_json = { workspace=true}
bytes = "1"
prost = "0.11"
prost-types = "0.11"
prost-types = "0.12"
db3-storage={path="../storage"}
ethabi = { version = "18.0.0", default-features = false, features = ["full-serde", "rlp"] }
hex = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion src/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rand = "0.8.5"
tempdir = "0.3.7"
serde_json = { workspace=true}
prost = "0.11"
prost-types = "0.11"
prost-types = "0.12"
tokio = { version = "1.17.0", features = ["full"] }
tokio-stream = "0.1.12"
clap = { version = "4.0.20", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion src/proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["database", "web3","db3"]

[dependencies]
prost = "0.11"
prost-types = "0.11"
prost-types = "0.12"
serde = { version = "1.0", features = ["derive"] }
serde_json = {workspace=true}
tonic = {workspace=true}
Expand Down
2 changes: 1 addition & 1 deletion src/sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tokio = { version = "1.17.0", features = ["full"] }
tonic = { workspace=true, features = ["tls-roots"]}
tonic-web = {workspace=true}
prost = "0.11"
prost-types = "0.11"
prost-types = "0.12"
chrono = "0.4.22"
rand = "0.8.5"
serde_json = {workspace=true}
Expand Down
2 changes: 1 addition & 1 deletion src/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fastcrypto = { workspace = true, features = ["copy_key"] }
hex = "0.4.3"
bytes = "1"
prost = "0.11"
prost-types = "0.11"
prost-types = "0.12"
tempdir = "0.3.7"
byteorder = "1.4.3"
serde_json ={workspace=true}
Expand Down

0 comments on commit 86614db

Please sign in to comment.