Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Bump integer-encoding from 2.0.0 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [integer-encoding](https://github.com/dermesser/integer-encoding-rs) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/dermesser/integer-encoding-rs/releases)
- [Commits](https://github.com/dermesser/integer-encoding-rs/commits)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Oct 16, 2020
1 parent 4adf4f2 commit fabb85c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion chain-abci/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ serde_json = "1.0"
serde_yaml = "0.8"
hex = "0.4"
protobuf = "2.16.2"
integer-encoding = "2.0.0"
integer-encoding = "2.1.0"
structopt = "0.3"
secp256k1 = { git = "https://github.com/crypto-com/rust-secp256k1-zkp.git", rev = "1aae6edc5f1de0bbdcdb26f1f1d8b00ca28e012a", features = ["recovery", "endomorphism", "global-context"] }
parity-scale-codec = { features = ["derive"], version = "1.3" }
Expand Down
2 changes: 1 addition & 1 deletion chain-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kvdb-memorydb = "0.7"
chain-core = { path = "../chain-core" }
bit-vec = { version = "0.6.2", features = ["serde_no_std"] }
parity-scale-codec = { features = ["derive"], version = "1.3" }
integer-encoding = "2.0.0"
integer-encoding = "2.1.0"
anyhow = "1.0"
jellyfish-merkle = { git = "https://github.com/crypto-com/jellyfish-merkle-tree.git", rev = "a5dac3bb8d2a4f96f9cb853e6e80751589b0c095" }

Expand Down

0 comments on commit fabb85c

Please sign in to comment.