From b704671a98627379db1888c1f6fd512767a18589 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 08:56:47 +0000 Subject: [PATCH] Bump url from 2.4.0 to 2.4.1 Bumps [url](https://github.com/servo/rust-url) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- test_client/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6a5e4816..058ed529 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2752,9 +2752,9 @@ dependencies = [ [[package]] name = "url" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb" +checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5" dependencies = [ "form_urlencoded", "idna", diff --git a/Cargo.toml b/Cargo.toml index 8ddd8696..2e412e27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ tokio-stream = { version = "0.1.14", features = ["net"] } structopt = "0.3.26" derivative = "2.2.0" nextcloud-config-parser = { version = "0.8.0", features = ["db-sqlx", "redis-connect"] } -url = "2.4.0" +url = "2.4.1" [dev-dependencies] mini-redis = "0.4.1" diff --git a/test_client/Cargo.toml b/test_client/Cargo.toml index 5731bc51..02e05ea3 100644 --- a/test_client/Cargo.toml +++ b/test_client/Cargo.toml @@ -12,4 +12,4 @@ flexi_logger = { version = "0.25.6", features = ["colors"] } log = "0.4.19" base64 = "0.21.4" miette = { version = "5.10.0", features = ["fancy"] } -url = "2.4.0" +url = "2.4.1"