Skip to content

Commit

Permalink
chore: update all of prost and proto
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and benfdking committed Sep 4, 2024
1 parent 6fc8b78 commit 3dbf1f6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 23 deletions.
23 changes: 7 additions & 16 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions proto/.hacking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
prost = { version = "0.12", default-features = false }
pbjson = "0.6"
prost = { version = "0.13", default-features = false }
pbjson = "0.7"
serde = { version = "1.0", default-features = false }
pbjson-types = { version = "0.6", path = "../../../rust/pbjson-types" }
pbjson-types = { version = "0.7", path = "../../../rust/pbjson-types" }

[lib]
2 changes: 1 addition & 1 deletion proto/gen/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ edition = "2021"
prost = { version = "0.13", default-features = false }
pbjson = "0.7"
serde = { version = "1.0", default-features = false }
pbjson-types = { version = "0.6", path = "../../../rust/pbjson-types" }
pbjson-types = { version = "0.7", path = "../../../rust/pbjson-types" }

[lib]
2 changes: 1 addition & 1 deletion rust/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde_yaml = "0.9.33"
futures = { version = "0.3", features = ["async-await", "std"], default-features = false }
sha2 = { default-features = false, version = "0.10.8" }
data-encoding = "2.6.0"
pbjson-types = { version = "0.6.0", path = "../pbjson-types" }
pbjson-types = { version = "0.7.0", path = "../pbjson-types" }

[target.'cfg(target_arch = "wasm32")'.dependencies]
js-sys = "0.3.69"
Expand Down
4 changes: 2 additions & 2 deletions rust/pbjson-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pbjson-types"
version = "0.6.0"
version = "0.7.0"
authors = ["Raphael Taylor-Davies <r.taylordavies@googlemail.com>"]
description = "Protobuf well known types with serde serialization support"
edition = "2021"
Expand All @@ -22,4 +22,4 @@ serde_json = "1.0"

[build-dependencies] # In alphabetical order
prost-build = "0.13"
pbjson-build = { version = "0.6" }
pbjson-build = { version = "0.7.0" }

0 comments on commit 3dbf1f6

Please sign in to comment.