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 const-oid from 0.9.2 to 0.9.3
Bumps [const-oid](https://github.com/RustCrypto/formats) from 0.9.2 to 0.9.3. - [Commits](https://github.com/RustCrypto/formats/compare/const-oid/v0.9.2...const-oid/v0.9.3) --- 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
1a70c3a387
commit
1a1af47d4c
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1358,9 +1358,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "const-oid"
|
||||
version = "0.9.2"
|
||||
version = "0.9.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "520fbf3c07483f94e3e3ca9d0cfd913d7718ef2483d2cfd91c0d9e91474ab913"
|
||||
checksum = "6340df57935414636969091153f35f68d9f00bbc8fb4a9c6054706c213e6c6bc"
|
||||
|
||||
[[package]]
|
||||
name = "convert_case"
|
||||
|
@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
aead = { version = "0.5.2", features = ["std"] }
|
||||
const-oid = { version = "0.9.2", features = ["std"] }
|
||||
const-oid = { version = "0.9.3", features = ["std"] }
|
||||
cookie = { version = "0.17.0", features = ["key-expansion", "private"] }
|
||||
der = { version = "0.7.7", features = ["std"] }
|
||||
ecdsa = { version = "0.16.7", features = ["std"] }
|
||||
|
Reference in New Issue
Block a user