Skip to content

Commit e3b5f8f

Browse files
build(deps): bump dsa from 0.7.0-rc.12 to 0.7.0-rc.13 (#469)
* build(deps): bump dsa from 0.7.0-rc.12 to 0.7.0-rc.13 Bumps [dsa](https://github.com/RustCrypto/signatures) from 0.7.0-rc.12 to 0.7.0-rc.13. - [Commits](RustCrypto/signatures@dsa/v0.7.0-rc.12...dsa/v0.7.0-rc.13) --- updated-dependencies: - dependency-name: dsa dependency-version: 0.7.0-rc.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump `crypto-primes` to `0.7.0-pre.9` --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Arthur Gautier <arthur.gautier@arista.com>
1 parent 92163ef commit e3b5f8f

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

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

ssh-key/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ zeroize = { version = "1", default-features = false }
3838
# optional dependencies
3939
argon2 = { version = "0.6.0-rc.7", optional = true, default-features = false, features = ["alloc"] }
4040
bcrypt-pbkdf = { version = "0.11.0-rc.6", optional = true, default-features = false, features = ["alloc"] }
41-
dsa = { version = "0.7.0-rc.12", optional = true, default-features = false, features = ["hazmat"] }
41+
dsa = { version = "0.7.0-rc.13", optional = true, default-features = false, features = ["hazmat"] }
4242
ed25519-dalek = { version = "=3.0.0-pre.6", optional = true, default-features = false }
4343
hex = { version = "0.4", optional = true, default-features = false, features = ["alloc"] }
4444
hmac = { version = "0.13.0-rc.5", optional = true }

0 commit comments

Comments
 (0)