Skip to content

Commit

Permalink
Bump pbjson from 0.4 to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrobbel committed Sep 21, 2022
1 parent e7313fa commit 2f08698
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
13 changes: 7 additions & 6 deletions Cargo.lock

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

9 changes: 3 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,16 @@ default = []
pbjson = ["dep:pbjson", "dep:pbjson-types", "dep:pbjson-build", "dep:serde"]

[dependencies]
pbjson = { version = "0.4", optional = true }
pbjson-types = { version = "0.4", optional = true }
pbjson = { version = "0.5", optional = true }
pbjson-types = { version = "0.5", optional = true }
prost = "0.11"
prost-types = "0.11"
serde = { version = "1", optional = true }

[build-dependencies]
pbjson-build = { version = "0.4", optional = true }
pbjson-build = { version = "0.5", optional = true }
prost-build = "0.11"
walkdir = "2"

[dev-dependencies]
serde_json = "1" # { version = "1", optional = true } # rust-lang/cargo#1596

[patch.crates-io]
pbjson-build = { git = "https://github.com/mbrobbel/pbjson", branch = "escape-keywords", optional = true }

0 comments on commit 2f08698

Please sign in to comment.