Skip to content

Commit 1379176

Browse files
build(deps): bump hybrid-array from 0.2.0-rc.9 to 0.2.0-rc.10
Bumps [hybrid-array](https://github.com/RustCrypto/hybrid-array) from 0.2.0-rc.9 to 0.2.0-rc.10. - [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md) - [Commits](RustCrypto/hybrid-array@v0.2.0-rc.9...v0.2.0-rc.10) --- updated-dependencies: - dependency-name: hybrid-array dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 66ca151 commit 1379176

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crypto-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = ["crypto", "traits"]
1313
categories = ["cryptography", "no-std"]
1414

1515
[dependencies]
16-
hybrid-array = "0.2.0-rc.8"
16+
hybrid-array = "0.2.0-rc.10"
1717

1818
# optional dependencies
1919
rand_core = { version = "0.6.4", optional = true }

elliptic-curve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rust-version = "1.73"
1919
[dependencies]
2020
base16ct = "0.2"
2121
crypto-bigint = { version = "0.6.0-rc.5", default-features = false, features = ["rand_core", "hybrid-array", "zeroize"] }
22-
hybrid-array = { version = "0.2.0-rc.8", default-features = false, features = ["zeroize"] }
22+
hybrid-array = { version = "0.2.0-rc.10", default-features = false, features = ["zeroize"] }
2323
rand_core = { version = "0.6.4", default-features = false }
2424
subtle = { version = "2.6", default-features = false }
2525
zeroize = { version = "1.7", default-features = false }

0 commit comments

Comments
 (0)