From df8369cf5d207edf27f9e326258848d0fc0df88a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 07:30:08 +0000 Subject: [PATCH] Bump url from 2.3.1 to 2.4.1 (#1040) --- Cargo.lock | 26 ++++++++------------------ northstar-nstar/Cargo.toml | 2 +- northstar-runtime/Cargo.toml | 2 +- northstar-stress/Cargo.toml | 2 +- northstar-tests/Cargo.toml | 2 +- 5 files changed, 12 insertions(+), 22 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bfb53afac..cdc7031a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -899,9 +899,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "form_urlencoded" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" +checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" dependencies = [ "percent-encoding", ] @@ -1175,16 +1175,6 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" -[[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 = "idna" version = "0.4.0" @@ -1758,9 +1748,9 @@ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" [[package]] name = "percent-encoding" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" +checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" [[package]] name = "persistence" @@ -2850,12 +2840,12 @@ checksum = "1865806a559042e51ab5414598446a5871b561d21b6764f2eabb0dd481d880a6" [[package]] name = "url" -version = "2.3.1" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" +checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5" dependencies = [ "form_urlencoded", - "idna 0.3.0", + "idna", "percent-encoding", "serde", ] @@ -2881,7 +2871,7 @@ version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b92f40481c04ff1f4f61f304d61793c7b56ff76ac1469f1beb199b1445b253bd" dependencies = [ - "idna 0.4.0", + "idna", "lazy_static", "regex", "serde", diff --git a/northstar-nstar/Cargo.toml b/northstar-nstar/Cargo.toml index 231cb34f3..dfe388c26 100644 --- a/northstar-nstar/Cargo.toml +++ b/northstar-nstar/Cargo.toml @@ -25,4 +25,4 @@ serde_json = "1.0.95" serde_yaml = "0.9.25" tokio = { version = "1.32.0", features = ["fs", "io-std", "io-util", "macros", "net", "rt", "time"] } tokio-util = "0.7.8" -url = "2.3.1" +url = "2.4.1" diff --git a/northstar-runtime/Cargo.toml b/northstar-runtime/Cargo.toml index 3209a89eb..d8e2e98c0 100644 --- a/northstar-runtime/Cargo.toml +++ b/northstar-runtime/Cargo.toml @@ -57,7 +57,7 @@ tokio-eventfd = { version = "0.2.1", optional = true } tokio-util = { version = "0.7.8", features = ["codec", "io"], optional = true } toml = { version = "0.7.6", optional = true } umask = { version = "2.1.0", optional = true } -url = { version = "2.3.1", features = ["serde"], optional = true } +url = { version = "2.4.1", features = ["serde"], optional = true } uuid = { version = "1.4.1", features = ["v4"], optional = true } validator = { version = "0.16.1", features = ["derive"] } zeroize = { version = "1.6.0", optional = true } diff --git a/northstar-stress/Cargo.toml b/northstar-stress/Cargo.toml index 8a34b0c55..1a45cd2a5 100644 --- a/northstar-stress/Cargo.toml +++ b/northstar-stress/Cargo.toml @@ -20,4 +20,4 @@ rand = "0.8.5" tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros", "net", "time", "signal"] } tokio-stream = { version = "0.1.14", features = ["time"] } tokio-util = "0.7.8" -url = { version = "2.3.1", features = ["serde"] } +url = { version = "2.4.1", features = ["serde"] } diff --git a/northstar-tests/Cargo.toml b/northstar-tests/Cargo.toml index 945f66077..6c6a694cc 100644 --- a/northstar-tests/Cargo.toml +++ b/northstar-tests/Cargo.toml @@ -23,5 +23,5 @@ northstar-tests-derive = { path = "northstar-tests-derive" } regex = "1.7.3" tempfile = "3.5.0" tokio = { version = "1.32.0", features = ["fs", "time"] } -url = "2.3.1" +url = "2.4.1" zip = { version = "0.6.6", default-features = false }