Skip to content

Commit

Permalink
Merge pull request #56 from o-agassizii/update-deps-prost-0.11
Browse files Browse the repository at this point in the history
chore: Update prost, prost-types and prost-build dependencies
  • Loading branch information
kodiakhq[bot] authored Aug 2, 2022
2 parents b5380e5 + cf7f3b7 commit b9bb9a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pbjson-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ repository = "https://github.com/influxdata/pbjson"
[dependencies]

heck = "0.4"
prost = "0.10"
prost-types = "0.10"
prost = "0.11"
prost-types = "0.11"
itertools = "0.10"

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions pbjson-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Test resources for pbjson converion"
repository = "https://github.com/influxdata/pbjson"

[dependencies]
prost = "0.10"
prost = "0.11"
pbjson = { path = "../pbjson" }
pbjson-types = { path = "../pbjson-types" }
serde = { version = "1.0", features = ["derive"] }
Expand All @@ -21,5 +21,5 @@ chrono = "0.4"
serde_json = "1.0"

[build-dependencies]
prost-build = "0.10"
prost-build = "0.11"
pbjson-build = { path = "../pbjson-build" }
4 changes: 2 additions & 2 deletions pbjson-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ repository = "https://github.com/influxdata/pbjson"
bytes = "1.0"
chrono = { version = "0.4", default-features = false, features = ["alloc"] }
pbjson = { path = "../pbjson", version = "0.3" }
prost = "0.10"
prost = "0.11"
serde = { version = "1.0", features = ["derive"] }

[dev-dependencies]
serde_json = "1.0"

[build-dependencies] # In alphabetical order
prost-build = "0.10"
prost-build = "0.11"
pbjson-build = { path = "../pbjson-build", version = "0.3" }

0 comments on commit b9bb9a9

Please sign in to comment.