Skip to content

Commit 2eb1634

Browse files
chore(deps): bump generic-array from 0.14.6 to 0.14.7 (#972)
Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.14.6 to 0.14.7. - [Release notes](https://github.com/fizyk20/generic-array/releases) - [Changelog](https://github.com/fizyk20/generic-array/blob/master/CHANGELOG.md) - [Commits](https://github.com/fizyk20/generic-array/commits) --- updated-dependencies: - dependency-name: generic-array dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a5ee66 commit 2eb1634

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
@@ -18,7 +18,7 @@ rust-version = "1.65"
1818
[dependencies]
1919
base16ct = { version = "0.2", optional = true, default-features = false, path = "../base16ct" }
2020
der = { version = "0.7", optional = true, features = ["oid"], path = "../der" }
21-
generic-array = { version = "0.14.6", optional = true, default-features = false }
21+
generic-array = { version = "0.14.7", optional = true, default-features = false }
2222
pkcs8 = { version = "0.10", optional = true, default-features = false, path = "../pkcs8" }
2323
serdect = { version = "0.2", optional = true, default-features = false, features = ["alloc"], path = "../serdect" }
2424
subtle = { version = "2", optional = true, default-features = false }

0 commit comments

Comments
 (0)