diff --git a/Cargo.lock b/Cargo.lock index 0e27ce1ccb20e..b58235d26a81c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2346,11 +2346,10 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "form_urlencoded" -version = "1.0.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" +checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" dependencies = [ - "matches", "percent-encoding", ] @@ -2976,6 +2975,16 @@ dependencies = [ "unicode-normalization", ] +[[package]] +name = "idna" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" +dependencies = [ + "unicode-bidi", + "unicode-normalization", +] + [[package]] name = "if_chain" version = "1.0.2" @@ -5131,9 +5140,9 @@ dependencies = [ [[package]] name = "percent-encoding" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" +checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" [[package]] name = "pest" @@ -9167,13 +9176,12 @@ dependencies = [ [[package]] name = "url" -version = "2.2.2" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" +checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" dependencies = [ "form_urlencoded", - "idna", - "matches", + "idna 0.3.0", "percent-encoding", ] @@ -9792,7 +9800,8 @@ dependencies = [ "hyper-timeout", "iana-time-zone", "ident_case", - "idna", + "idna 0.2.3", + "idna 0.3.0", "if_chain", "ignore", "im", @@ -10413,7 +10422,7 @@ dependencies = [ "hyper", "hyper-timeout", "ident_case", - "idna", + "idna 0.2.3", "indenter", "indexmap", "insta", diff --git a/crates/workspace-hack/Cargo.toml b/crates/workspace-hack/Cargo.toml index 40a0268cb1080..4dd30fe137b6a 100644 --- a/crates/workspace-hack/Cargo.toml +++ b/crates/workspace-hack/Cargo.toml @@ -230,7 +230,8 @@ hyper = { version = "0.14", features = ["client", "full", "h2", "http1", "http2" hyper-rustls = { version = "0.23", features = ["http1", "log", "logging", "native-tokio", "rustls-native-certs", "tls12", "tokio-runtime", "webpki-roots", "webpki-tokio"] } hyper-timeout = { version = "0.4", default-features = false } iana-time-zone = { version = "0.1", default-features = false, features = ["fallback"] } -idna = { version = "0.2", default-features = false } +idna-6f8ce4dd05d13bba = { package = "idna", version = "0.2", default-features = false } +idna-468e82937335b1c9 = { package = "idna", version = "0.3", default-features = false } ignore = { version = "0.4", default-features = false } im = { version = "15", default-features = false } include_dir = { version = "0.7", features = ["glob"] } @@ -364,7 +365,7 @@ parking_lot_core-c38e5c1d305a1b54 = { package = "parking_lot_core", version = "0 parking_lot_core-274715c4dabd11b0 = { package = "parking_lot_core", version = "0.9", default-features = false } pathdiff = { version = "0.2", default-features = false, features = ["camino"] } pem = { version = "1", default-features = false } -percent-encoding = { version = "2", default-features = false } +percent-encoding = { version = "2", features = ["alloc"] } pest = { version = "2", features = ["std", "thiserror"] } petgraph-d8f496e17d97b5cb = { package = "petgraph", version = "0.5", features = ["graphmap", "matrix_graph", "stable_graph"] } petgraph-3b31131e45eafb45 = { package = "petgraph", version = "0.6", features = ["graphmap", "matrix_graph", "stable_graph"] } @@ -581,7 +582,7 @@ unicode-width = { version = "0.1" } unicode_categories = { version = "0.1", default-features = false } unsigned-varint = { version = "0.7", default-features = false, features = ["std"] } untrusted = { version = "0.7", default-features = false } -url = { version = "2", default-features = false } +url = { version = "2" } utf8parse = { version = "0.2" } uuid = { version = "1", features = ["fast-rng", "private_getrandom", "private_rand", "rng", "std", "v4"] } vec_map = { version = "0.8", default-features = false } @@ -858,7 +859,8 @@ hyper-rustls = { version = "0.23", features = ["http1", "log", "logging", "nativ hyper-timeout = { version = "0.4", default-features = false } iana-time-zone = { version = "0.1", default-features = false, features = ["fallback"] } ident_case = { version = "1", default-features = false } -idna = { version = "0.2", default-features = false } +idna-6f8ce4dd05d13bba = { package = "idna", version = "0.2", default-features = false } +idna-468e82937335b1c9 = { package = "idna", version = "0.3", default-features = false } if_chain = { version = "1", default-features = false } ignore = { version = "0.4", default-features = false } im = { version = "15", default-features = false } @@ -1007,7 +1009,7 @@ paste = { version = "1", default-features = false } pathdiff = { version = "0.2", default-features = false, features = ["camino"] } peeking_take_while = { version = "0.1", default-features = false } pem = { version = "1", default-features = false } -percent-encoding = { version = "2", default-features = false } +percent-encoding = { version = "2", features = ["alloc"] } pest = { version = "2", features = ["std", "thiserror"] } pest_derive = { version = "2", features = ["std"] } pest_generator = { version = "2", default-features = false, features = ["std"] } @@ -1280,7 +1282,7 @@ unicode_categories = { version = "0.1", default-features = false } unsigned-varint = { version = "0.7", default-features = false, features = ["std"] } untrusted = { version = "0.7", default-features = false } unzip-n = { version = "0.1", default-features = false } -url = { version = "2", default-features = false } +url = { version = "2" } utf8parse = { version = "0.2" } uuid = { version = "1", features = ["fast-rng", "private_getrandom", "private_rand", "rng", "std", "v4"] } variant_count = { version = "1", default-features = false }