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

Bump crc from 2.1.0 to 3.0.0

Bumps [crc](https://github.com/mrhooray/crc-rs) from 2.1.0 to 3.0.0.
- [Release notes](https://github.com/mrhooray/crc-rs/releases)
- [Commits](https://github.com/mrhooray/crc-rs/compare/2.1.0...3.0.0)

---
updated-dependencies:
- dependency-name: crc
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-04-29 12:58:19 +00:00
committed by Quentin Gliech
parent 8ca23f8ca1
commit 320edd5b86
3 changed files with 21 additions and 6 deletions

View File

@ -10,7 +10,7 @@ chrono = "0.4.19"
thiserror = "1.0.30"
serde = "1.0.136"
url = { version = "2.2.2", features = ["serde"] }
crc = "2.1.0"
crc = "3.0.0"
rand = "0.8.5"
mas-iana = { path = "../iana" }