Skip to content

Commit 9189c83

Browse files
authored
crypto-common: bump hybrid-array to v0.4.7 (#2268)
Ensures every crate depending on `crypto-common` gets the functionality of this release at a baseline (e.g. in a `minimal-versions` scenario)
1 parent 3e8d875 commit 9189c83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 @@ categories = ["cryptography", "no-std"]
1313
description = "Common cryptographic traits"
1414

1515
[dependencies]
16-
hybrid-array = "0.4"
16+
hybrid-array = "0.4.7"
1717

1818
# optional dependencies
1919
getrandom = { version = "0.4", optional = true, features = ["sys_rng"] }

0 commit comments

Comments
 (0)