Skip to content

Commit

Permalink
build(deps): bump generic-array from 0.14.7 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.14.7 to 1.1.0.
- [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-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 5, 2024
1 parent 5d91971 commit ce80452
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 19 deletions.
41 changes: 25 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aead/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ aes-gcm = "^0.10.3"
aes-gcm-siv = "^0.11.1"
chacha20poly1305 = "^0.10"
ctr = "^0.9.2"
generic-array = "^0.14.7"
generic-array = "^1.1.0"
tink-core = "^0.2"
tink-mac = "^0.2"
tink-proto = "^0.2"
2 changes: 1 addition & 1 deletion signature/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["cryptography"]
[dependencies]
ecdsa = { version = "^0.16.9", features = ["der", "signing", "verifying"] }
ed25519-dalek = { version = "2.1.1", features = ["rand_core"] }
generic-array = "^0.14.7"
generic-array = "^1.1.0"
p256 = { version = "^0.13.2", features = ["ecdsa"] }
rand = "^0.8"
signature = "^2.2"
Expand Down
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publish = false
[dependencies]
base64 = "^0.21"
ed25519-dalek = { version = "2.1.1", features = ["rand_core"] }
generic-array = "^0.14.7"
generic-array = "^1.1.0"
hex = "^0.4.3"
p256 = { version = "^0.13.2", features = ["ecdsa", "pkcs8"] }
rand = "^0.8"
Expand Down

0 comments on commit ce80452

Please sign in to comment.