You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
build(deps): bump der from 0.7.1 to 0.7.3
Bumps [der](https://github.com/RustCrypto/formats) from 0.7.1 to 0.7.3. - [Release notes](https://github.com/RustCrypto/formats/releases) - [Commits](https://github.com/RustCrypto/formats/compare/der/v0.7.1...der/v0.7.3) --- updated-dependencies: - dependency-name: der 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
9749dc8125
commit
8765918321
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1724,9 +1724,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "der"
|
||||
version = "0.7.1"
|
||||
version = "0.7.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bc906908ea6458456e5eaa160a9c08543ec3d1e6f71e2235cedd660cb65f9df0"
|
||||
checksum = "82b10af9f9f9f2134a42d3f8aa74658660f2e0234b0eb81bd171df8aa32779ed"
|
||||
dependencies = [
|
||||
"const-oid",
|
||||
"pem-rfc7468",
|
||||
|
@ -9,7 +9,7 @@ license = "Apache-2.0"
|
||||
aead = { version = "0.5.1", features = ["std"] }
|
||||
const-oid = { version = "0.9.2", features = ["std"] }
|
||||
cookie = { version = "0.17.0", features = ["key-expansion", "private"] }
|
||||
der = { version = "0.7.1", features = ["std"] }
|
||||
der = { version = "0.7.3", features = ["std"] }
|
||||
ecdsa = { version = "0.16.1", features = ["std"] }
|
||||
elliptic-curve = { version = "0.13.2", features = ["std", "pem", "sec1"] }
|
||||
k256 = { version = "0.13.0", features = ["std"] }
|
||||
|
Reference in New Issue
Block a user