From 2ffc89d2ab6747b07855683178d0e4e54423adc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 16:35:24 +0000 Subject: [PATCH] Bump url from 2.5.1 to 2.5.3 Bumps [url](https://github.com/servo/rust-url) from 2.5.1 to 2.5.3. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.5.1...v2.5.3) --- updated-dependencies: - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 21 +++++++++++++++------ Cargo.toml | 2 +- seed-es-data/Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c0adf55..9bd689e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1179,16 +1179,25 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" [[package]] name = "idna" -version = "1.0.0" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4716a3a0933a1d01c2f72450e89596eb51dd34ef3c211ccd875acdf1f8fe47ed" +checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" dependencies = [ - "icu_normalizer", - "icu_properties", + "idna_adapter", "smallvec", "utf8_iter", ] +[[package]] +name = "idna_adapter" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" +dependencies = [ + "icu_normalizer", + "icu_properties", +] + [[package]] name = "indexmap" version = "2.2.6" @@ -2707,9 +2716,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "url" -version = "2.5.1" +version = "2.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7c25da092f0a868cdf09e8674cd3b7ef3a7d92a24253e663a2fb85e2496de56" +checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada" dependencies = [ "form_urlencoded", "idna", diff --git a/Cargo.toml b/Cargo.toml index 3f9a2d8..0c67f18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ elasticsearch = "8.5.0-alpha.1" serde = { version = "~1", features = ["derive"] } serde_json = { version = "~1", features = ["raw_value"] } tokio = { version = "1.38.1", features = ["full"] } -url = "2.5.0" +url = "2.5.3" dotenv = "0.15.0" clap = { version = "4.5.20", features = ["derive"] } anyhow = "1.0.81" diff --git a/seed-es-data/Cargo.toml b/seed-es-data/Cargo.toml index 9f256dc..71c4c9c 100644 --- a/seed-es-data/Cargo.toml +++ b/seed-es-data/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] elasticsearch = "8.5.0-alpha.1" clap = { version = "4.5.20", features = ["derive"] } -url = "2.5.1" +url = "2.5.3" tokio = { version = "*", features = ["full"] } serde = "1.0.203" serde_json = "1.0.117"