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 crc from 3.0.0 to 3.0.1

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

---
updated-dependencies:
- dependency-name: crc
  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-02-01 19:15:09 +00:00
committed by Quentin Gliech
parent 84aa506645
commit bdce2210ea
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ chrono = "0.4.23"
thiserror = "1.0.38"
serde = "1.0.152"
url = { version = "2.3.1", features = ["serde"] }
crc = "3.0.0"
crc = "3.0.1"
ulid = { version = "1.0.0", features = ["serde"] }
rand = "0.8.5"
rand_chacha = "0.3.1"