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

Bump cookie from 0.16.1 to 0.16.2

Bumps [cookie](https://github.com/SergioBenitez/cookie-rs) from 0.16.1 to 0.16.2.
- [Release notes](https://github.com/SergioBenitez/cookie-rs/releases)
- [Changelog](https://github.com/SergioBenitez/cookie-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/SergioBenitez/cookie-rs/compare/0.16.1...0.16.2)

---
updated-dependencies:
- dependency-name: cookie
  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]
2022-12-16 19:06:38 +00:00
committed by Quentin Gliech
parent 995cfad827
commit 834f72c155
2 changed files with 24 additions and 18 deletions

View File

@ -9,7 +9,7 @@ license = "Apache-2.0"
anyhow = "1.0.66"
aead = { version = "0.5.1", features = ["std"] }
const-oid = { version = "0.9.1", features = ["std"] }
cookie = { version = "0.16.1", features = ["key-expansion", "private"] }
cookie = { version = "0.16.2", features = ["key-expansion", "private"] }
der = { version = "0.6.1", features = ["std"] }
ecdsa = { version = "0.14.8", features = ["std"] }
elliptic-curve = { version = "0.12.3", features = ["std", "pem", "sec1"] }