mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-08-29 09:48:36 +00:00
Bump const-oid from 0.9.0 to 0.9.1
Bumps [const-oid](https://github.com/RustCrypto/formats) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/RustCrypto/formats/releases) - [Commits](https://github.com/RustCrypto/formats/compare/const-oid/v0.9.0...const-oid/v0.9.1) --- updated-dependencies: - dependency-name: const-oid 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
ef6ee32020
commit
fff1dcd211
Generated
+2
-2
@@ -1009,9 +1009,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "const-oid"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "722e23542a15cea1f65d4a1419c4cfd7a26706c70871a13a04238ca3f40f1661"
|
||||
checksum = "cec318a675afcb6a1ea1d4340e2d377e56e47c266f28043ceccbf4412ddfdd3b"
|
||||
|
||||
[[package]]
|
||||
name = "convert_case"
|
||||
|
||||
@@ -8,7 +8,7 @@ license = "Apache-2.0"
|
||||
[dependencies]
|
||||
anyhow = "1.0.66"
|
||||
aead = { version = "0.5.1", features = ["std"] }
|
||||
const-oid = { version = "0.9.0", features = ["std"] }
|
||||
const-oid = { version = "0.9.1", features = ["std"] }
|
||||
cookie = { version = "0.16.1", features = ["key-expansion", "private"] }
|
||||
der = { version = "0.6.0", features = ["std"] }
|
||||
ecdsa = { version = "0.14.8", features = ["std"] }
|
||||
|
||||
Reference in New Issue
Block a user