Skip to content

Commit 4e43a84

Browse files
authored
chore(rust): Update informalsystems-pbjson to v0.7.0 (#274)
1 parent d1f9873 commit 4e43a84

File tree

3 files changed

+98
-92
lines changed

3 files changed

+98
-92
lines changed

rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ripemd = {version = "0.1.1", optional = true, default-features = false}
2424
sha2 = {version = "0.10.2", optional = true, default-features = false}
2525
sha3 = {version = "0.10.2", optional = true, default-features = false}
2626
serde = {version = "1.0", optional = true, default-features = false}
27-
informalsystems-pbjson = { version = "0.6.0", optional = true, default-features = false }
27+
informalsystems-pbjson = { version = "0.7.0", optional = true, default-features = false }
2828

2929
[dev-dependencies]
3030
blake2 = {version = "0.10.6"}

rust/codegen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ edition = "2018"
1010
bytes = "1.0.1"
1111
prost = "0.12"
1212
prost-build = "0.12"
13-
informalsystems-pbjson-build = "0.6.0"
13+
informalsystems-pbjson-build = "0.7.0"

0 commit comments

Comments
 (0)