From 6da872560e4050597b3445f8da108d8fb610fddd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 09:09:28 +0000 Subject: [PATCH] build(deps): bump url in /benchmarks/competitors/servo-url 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] --- benchmarks/competitors/servo-url/Cargo.lock | 4 ++-- benchmarks/competitors/servo-url/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarks/competitors/servo-url/Cargo.lock b/benchmarks/competitors/servo-url/Cargo.lock index b5f421550..14fc6d9f6 100644 --- a/benchmarks/competitors/servo-url/Cargo.lock +++ b/benchmarks/competitors/servo-url/Cargo.lock @@ -73,9 +73,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/benchmarks/competitors/servo-url/Cargo.toml b/benchmarks/competitors/servo-url/Cargo.toml index a8fef499c..51ad01fa6 100644 --- a/benchmarks/competitors/servo-url/Cargo.toml +++ b/benchmarks/competitors/servo-url/Cargo.toml @@ -7,7 +7,7 @@ path = "lib.rs" crate-type = ["cdylib"] [dependencies] -url = "2.4.0" +url = "2.4.1" libc = "0.2" [profile.release]