1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

Bump url from 2.3.0 to 2.3.1

Bumps [url](https://github.com/servo/rust-url) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/v2.3.0...v2.3.1)

---
updated-dependencies:
- dependency-name: url
  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-09-08 19:38:14 +00:00
committed by Quentin Gliech
parent db0360948d
commit 9ae7e2216d
11 changed files with 28 additions and 19 deletions

View File

@ -9,7 +9,7 @@ license = "Apache-2.0"
chrono = "0.4.22"
thiserror = "1.0.34"
serde = "1.0.144"
url = { version = "2.3.0", features = ["serde"] }
url = { version = "2.3.1", features = ["serde"] }
crc = "3.0.0"
rand = "0.8.5"