Bump url from 2.2.2 to 2.3.0 (#1031)

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

---
updated-dependencies:
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-09-12 08:45:01 +10:00 committed by GitHub
parent 327c090694
commit 21a21d924c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 8 deletions

5
Cargo.lock generated
View file

@ -4373,13 +4373,12 @@ dependencies = [
[[package]]
name = "url"
version = "2.2.2"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
checksum = "22fe195a4f217c25b25cb5058ced57059824a678474874038dc88d211bf508d3"
dependencies = [
"form_urlencoded",
"idna",
"matches",
"percent-encoding",
"serde",
]

View file

@ -19,6 +19,6 @@ serde_json = "^1.0.83"
tokio = { version = "^1.21.0", features = ["rt", "net", "time", "macros", "sync", "signal"] }
toml = "^0.5.9"
uuid = { version = "^1.1.2", features = ["serde", "v4"] }
url = { version = "^2.2.2", features = ["serde"] }
url = { version = "^2.3.0", features = ["serde"] }
webauthn-rs-proto = { version = "0.4.5", features = ["wasm"] }

View file

@ -21,7 +21,7 @@ serde = { version = "^1.0.142", features = ["derive"] }
serde_json = "^1.0.83"
# Can not upgrade due to breaking timezone apis.
time = { version = "=0.2.27", features = ["serde", "std"] }
url = { version = "^2.2.2", features = ["serde"] }
url = { version = "^2.3.0", features = ["serde"] }
urlencoding = "2.1.2"
uuid = { version = "^1.1.2", features = ["serde"] }
webauthn-rs-proto = "0.4.2-beta.3"

View file

@ -45,7 +45,7 @@ time = { version = "=0.2.27", features = ["serde", "std"] }
tracing = "^0.1.35"
tracing-subscriber = { version = "^0.3.14", features = ["env-filter", "fmt"] }
tokio = { version = "^1.21.0", features = ["rt", "macros"] }
url = { version = "^2.2.2", features = ["serde"] }
url = { version = "^2.3.0", features = ["serde"] }
uuid = "^1.1.2"
webauthn-authenticator-rs = { version = "0.4.5", features = ["u2fhid"] }
zxcvbn = "^2.2.1"

View file

@ -57,7 +57,7 @@ touch = "^0.0.1"
sketching = { path = "../../sketching" }
tracing = { version = "^0.1.35", features = ["attributes"] }
url = { version = "^2.2.2", features = ["serde"] }
url = { version = "^2.3.0", features = ["serde"] }
urlencoding = "2.1.2"
uuid = { version = "^1.1.2", features = ["serde", "v4" ] }
validator = { version = "^0.16.0", features = ["phone"] }

View file

@ -48,5 +48,5 @@ webauthn-authenticator-rs = "0.4.5"
oauth2_ext = { package = "oauth2", version = "^4.1.0", default-features = false }
base64 = "^0.13.0"
url = { version = "^2.2.2", features = ["serde"] }
url = { version = "^2.3.0", features = ["serde"] }
reqwest = { version = "0.11.11", features=["cookies", "json", "native-tls"] }