Skip to content

Commit d199f0e

Browse files
chore(deps): bump hybrid-array from 0.2.0-rc.10 to 0.2.0-rc.11 (#1549)
Bumps [hybrid-array](https://github.com/RustCrypto/hybrid-array) from 0.2.0-rc.10 to 0.2.0-rc.11. - [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md) - [Commits](RustCrypto/hybrid-array@v0.2.0-rc.10...v0.2.0-rc.11) --- updated-dependencies: - dependency-name: hybrid-array dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd6b762 commit d199f0e

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.

sec1/Cargo.toml

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

0 commit comments

Comments
 (0)