Skip to content

Commit

Permalink
Merge pull request #4089 from oasisprotocol/kostko/feature/bump-rs-deps
Browse files Browse the repository at this point in the history
runtime: Bump tendermint and bech32 dependencies
  • Loading branch information
kostko authored Jun 28, 2021
2 parents 04fe4e9 + 2f32626 commit fee0d0a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions .changelog/4089.internal.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
runtime: Bump bech32 to 0.8.1
1 change: 1 addition & 0 deletions .changelog/4089.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
runtime: Bump tendermint to 0.20.0
13 changes: 6 additions & 7 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 runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ rustc-hex = "2.0.1"
rand = "0.7.3"
futures = "0.3.15"
tokio = { version = "1", features = ["rt"] }
tendermint = "0.19.0"
tendermint-proto = "0.19.0"
tendermint = "0.20.0"
tendermint-proto = "0.20.0"
io-context = "0.2.0"
curve25519-dalek = "3.1.0"
x25519-dalek = "1.1.0"
Expand All @@ -47,7 +47,7 @@ honggfuzz = "0.5.54"
arbitrary = { version = "1.0.1", features = ["derive"] }
num-bigint = { version = "0.4", features = ["serde"] }
num-traits = "0.2.14"
bech32 = "0.8.0"
bech32 = "0.8.1"
impl-trait-for-tuples = "0.2.1"
x509-parser = "0.9.2"
oid-registry = "0.1.1"
Expand Down

0 comments on commit fee0d0a

Please sign in to comment.