Skip to content

Commit

Permalink
build(deps): update prost-types requirement from 0.11 to 0.12
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](https://github.com/tokio-rs/prost/commits/v0.12.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 7, 2023
1 parent 6ae9954 commit fe1182c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ homepage.workspace = true
[dependencies]
tonic = "0.8"
prost = "0.11"
prost-types = "0.11"
prost-types = "0.12"
tokio = { version = "1.18", optional = true }
tower = { version = "0.4", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion crates/sandbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ go-flag = "0.1.0"
thiserror = "1.0.31"
tonic = "0.7.2"
prost = "0.10.4"
prost-types = "0.10.1"
prost-types = "0.12.3"
tokio = { version="1.19.2", features = ["full"]}
tokio-stream = "0.1.8"
async-trait = "0.1.56"
Expand Down
2 changes: 1 addition & 1 deletion crates/snapshots/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ homepage.workspace = true
thiserror = "1.0"
tonic = "0.8"
prost = "0.11"
prost-types = "0.11"
prost-types = "0.12"
tokio = { version = "1.18", features = ["sync"] }
tokio-stream = "0.1.8"

Expand Down

0 comments on commit fe1182c

Please sign in to comment.