From c6dd1ac1a2983825a78f38308a26998f30a57049 Mon Sep 17 00:00:00 2001 From: Eric Park Date: Fri, 21 Feb 2025 18:47:13 -0500 Subject: [PATCH] Update url to 2.5.4 This also resolves the security warning that comes from idna 0.5.0 being vulnerable. --- Cargo.toml | 2 +- git2-curl/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 54708542d7..721286c60e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ categories = ["api-bindings"] edition = "2018" [dependencies] -url = "2.0" +url = "2.5.4" bitflags = "2.1.0" libc = "0.2" log = "0.4.8" diff --git a/git2-curl/Cargo.toml b/git2-curl/Cargo.toml index 11dae7f8a4..fad60e2755 100644 --- a/git2-curl/Cargo.toml +++ b/git2-curl/Cargo.toml @@ -14,7 +14,7 @@ edition = "2018" [dependencies] curl = "0.4.33" -url = "2.0" +url = "2.5.4" log = "0.4" git2 = { path = "..", version = "0.20", default-features = false }