mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-08-28 20:08:17 +00:00
build(deps): bump der from 0.7.6 to 0.7.7
Bumps [der](https://github.com/RustCrypto/formats) from 0.7.6 to 0.7.7. - [Commits](https://github.com/RustCrypto/formats/compare/der/v0.7.6...der/v0.7.7) --- 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
45a7a6de1d
commit
dc629d195e
Generated
+2
-2
@@ -1777,9 +1777,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "der"
|
||||
version = "0.7.6"
|
||||
version = "0.7.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "56acb310e15652100da43d130af8d97b509e95af61aab1c5a7939ef24337ee17"
|
||||
checksum = "0c7ed52955ce76b1554f509074bb357d3fb8ac9b51288a65a3fd480d1dfba946"
|
||||
dependencies = [
|
||||
"const-oid",
|
||||
"pem-rfc7468",
|
||||
|
||||
@@ -9,7 +9,7 @@ license = "Apache-2.0"
|
||||
aead = { version = "0.5.2", features = ["std"] }
|
||||
const-oid = { version = "0.9.2", features = ["std"] }
|
||||
cookie = { version = "0.17.0", features = ["key-expansion", "private"] }
|
||||
der = { version = "0.7.6", features = ["std"] }
|
||||
der = { version = "0.7.7", features = ["std"] }
|
||||
ecdsa = { version = "0.16.7", features = ["std"] }
|
||||
elliptic-curve = { version = "0.13.5", features = ["std", "pem", "sec1"] }
|
||||
k256 = { version = "0.13.1", features = ["std"] }
|
||||
|
||||
Reference in New Issue
Block a user