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
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -4460,14 +4460,13 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pkcs1"
|
name = "pkcs1"
|
||||||
version = "0.7.3"
|
version = "0.7.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "4a80397ccad3b40508254eee787bcd28ba48cb82710de5b33cc40c5b2c21bde9"
|
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"der",
|
"der",
|
||||||
"pkcs8",
|
"pkcs8",
|
||||||
"spki",
|
"spki",
|
||||||
"zeroize",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -16,7 +16,7 @@ k256 = { version = "0.13.1", features = ["std"] }
|
|||||||
p256 = { version = "0.13.2", features = ["std"] }
|
p256 = { version = "0.13.2", features = ["std"] }
|
||||||
p384 = { version = "0.13.0", features = ["std"] }
|
p384 = { version = "0.13.0", features = ["std"] }
|
||||||
pem-rfc7468 = { version = "0.7.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"] }
|
pkcs8 = { version = "0.10.2", features = ["std", "pkcs5", "encryption"] }
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
rsa = { version = "0.9.0-pre.1", features = ["std", "pem"] }
|
rsa = { version = "0.9.0-pre.1", features = ["std", "pem"] }
|
||||||
|
Reference in New Issue
Block a user