1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

build(deps): bump const-oid from 0.9.4 to 0.9.5

Bumps [const-oid](https://github.com/RustCrypto/formats) from 0.9.4 to 0.9.5.
- [Commits](https://github.com/RustCrypto/formats/compare/const-oid/v0.9.4...const-oid/v0.9.5)

---
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:
dependabot[bot]
2023-08-09 15:25:49 +00:00
committed by Quentin Gliech
parent 3955759e23
commit 4363cd700a
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ license = "Apache-2.0"
[dependencies]
aead = { version = "0.5.2", features = ["std"] }
const-oid = { version = "0.9.4", features = ["std"] }
const-oid = { version = "0.9.5", features = ["std"] }
cookie = { version = "0.17.0", features = ["key-expansion", "private"] }
der = { version = "0.7.8", features = ["std"] }
ecdsa = { version = "0.16.8", features = ["std"] }