From 0a339bf3249ef85221c73e78f201ffb1ed92da6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 09:39:20 +0000 Subject: [PATCH] Update Rust crate url to v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b63de6c..3df1dda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,5 @@ hyper = "0.10" hyper-native-tls = "0.3.0" yaml-rust = "0.4.5" error-chain = "0.12.4" -url = "1.7.2" +url = "2.0.0" jsonnet-rs = "0.17"