You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-29 22:01:14 +03:00
build(deps): bump pkcs1 from 0.7.3 to 0.7.5
Bumps [pkcs1](https://github.com/RustCrypto/formats) from 0.7.3 to 0.7.5. - [Release notes](https://github.com/RustCrypto/formats/releases) - [Commits](https://github.com/RustCrypto/formats/compare/pkcs1/v0.7.3...pkcs1/v0.7.5) --- updated-dependencies: - dependency-name: pkcs1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Quentin Gliech
parent
6903092627
commit
0713f20323
@ -16,7 +16,7 @@ k256 = { version = "0.13.1", features = ["std"] }
|
||||
p256 = { version = "0.13.2", features = ["std"] }
|
||||
p384 = { version = "0.13.0", features = ["std"] }
|
||||
pem-rfc7468 = { version = "0.7.0", features = ["std"] }
|
||||
pkcs1 = { version = "0.7.3", features = ["std"] }
|
||||
pkcs1 = { version = "0.7.5", features = ["std"] }
|
||||
pkcs8 = { version = "0.10.2", features = ["std", "pkcs5", "encryption"] }
|
||||
rand = "0.8.5"
|
||||
rsa = { version = "0.9.0-pre.1", features = ["std", "pem"] }
|
||||
|
Reference in New Issue
Block a user