Skip to content

Commit 5c1c339

Browse files
chore(deps): bump hybrid-array from 0.2.0-rc.8 to 0.2.0-rc.9
Bumps [hybrid-array](https://github.com/RustCrypto/hybrid-array) from 0.2.0-rc.8 to 0.2.0-rc.9. - [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md) - [Commits](RustCrypto/hybrid-array@v0.2.0-rc.8...v0.2.0-rc.9) --- 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 5779544 commit 5c1c339

File tree

2 files changed

+71
-3
lines changed

2 files changed

+71
-3
lines changed

Cargo.lock

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

sec1/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rust-version = "1.72"
1919
[dependencies]
2020
base16ct = { version = "0.2", optional = true, default-features = false }
2121
der = { version = "=0.8.0-pre.0", optional = true, features = ["oid"] }
22-
hybrid-array = { version = "0.2.0-rc.8", optional = true, default-features = false }
22+
hybrid-array = { version = "0.2.0-rc.9", optional = true, default-features = false }
2323
pkcs8 = { version = "=0.11.0-pre.0", optional = true, default-features = false }
2424
serdect = { version = "=0.3.0-pre.0", optional = true, default-features = false, features = ["alloc"] }
2525
subtle = { version = "2", optional = true, default-features = false }

0 commit comments

Comments
 (0)