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

Commit

Permalink
Bump once_cell from 1.6.0 to 1.7.0
Browse files Browse the repository at this point in the history
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/matklad/once_cell/releases)
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.6.0...v1.7.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Feb 24, 2021
1 parent 1ddf578 commit 0307762
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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-tx-enclave-next/mls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ elliptic-curve = "0.5.0"
p256 = { version = "0.4.1", features = ["arithmetic", "zeroize"] }
zeroize = "1.2"
parity-scale-codec = { features = ["derive"], version = "1.3" }
once_cell = "1.6"
once_cell = "1.7"
generic-array = "0.14"
static_assertions = "1.1"

Expand Down
2 changes: 1 addition & 1 deletion client-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ client-network = { path = "../client-network" }
mls = { path = "../chain-tx-enclave-next/mls" }
ra-client = { path = "../chain-tx-enclave-next/enclave-ra/ra-client" }
rand = "0.7"
once_cell = "1.6"
once_cell = "1.7"
structopt = "0.3"
quest = "0.3"
secstr = { version = "0.4.0", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion client-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ indexmap = "1.6"
itertools = "0.10"
num-bigint = "0.2.5"
log = "0.4.14"
once_cell = "1.6"
once_cell = "1.7"
parity-scale-codec = { features = ["derive"], version = "1.3" }
rand = "0.7"
rust-argon2 = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion client-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ client-common = { path = "../client-common", features = ["sled"] }
chain-tx-filter = { path = "../chain-tx-filter" }
chain-tx-validation = { path = "../chain-tx-validation" }
chain-storage = { path = "../chain-storage", default-features = false }
once_cell = "1.6"
once_cell = "1.7"
mock-utils = { path = "../chain-tx-enclave/mock-utils" }
ledger-crypto = { git = "https://github.com/crypto-com/ledger-crypto-rs", rev = "1548ca9bf12ba16c6a760b5379e671ac54eadd1e" }
ledger-transport-hid = { git = "https://github.com/crypto-com/ledger-rs", rev = "8d94ced5cdd9dc3255bf0e6e775e4ec397b61f0d" }
Expand Down

0 comments on commit 0307762

Please sign in to comment.