mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
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:
parent
327c090694
commit
21a21d924c
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -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",
|
||||
]
|
||||
|
|
|
@ -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"] }
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"] }
|
||||
|
|
|
@ -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"] }
|
||||
|
|
Loading…
Reference in a new issue