From ee6518de21878d9a36b44d50acc07c08d2ecda59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 06:54:40 +0200 Subject: [PATCH] build(deps): bump url from 2.5.0 to 2.5.2 (#238) --- Cargo.lock | 4 ++-- rs/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d9eb07fa..6868f104 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1477,9 +1477,9 @@ dependencies = [ [[package]] name = "url" -version = "2.5.0" +version = "2.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" +checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" dependencies = [ "form_urlencoded", "idna", diff --git a/rs/Cargo.toml b/rs/Cargo.toml index c0bb9dee..80f5e3e4 100644 --- a/rs/Cargo.toml +++ b/rs/Cargo.toml @@ -71,7 +71,7 @@ glob = "0.3" # Used to resolve YAML URIs. If the curl feature is disabled, only file:// # URLs will work without adding a custom resolver. -url = "2.2" +url = "2.5" curl = { version = "0.4", optional = true } # Used for interpretation and conversion of various date/time-related literals