27 lines
593 B
Diff
27 lines
593 B
Diff
From 7e9550c2ec9de0974c567d5d7e0068492ec4e11e Mon Sep 17 00:00:00 2001
|
|
From: Uri Lublin <uril@redhat.com>
|
|
Date: Tue, 10 Dec 2024 04:25:49 +0200
|
|
Subject: [PATCH] Fedora: url version is 2.5.2
|
|
Content-type: text/plain
|
|
|
|
Signed-off-by: Uri Lublin <uril@redhat.com>
|
|
---
|
|
Cargo.toml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Cargo.toml b/Cargo.toml
|
|
index 3bc3844..100adc7 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -47,6 +47,6 @@ tokio = "1.42"
|
|
toml = "0.8.19"
|
|
tonic = "0.12"
|
|
tonic-build = "0.12"
|
|
-url = "2.5.4"
|
|
+url = "2.5.2"
|
|
uuid = "1"
|
|
zeroize = "1.5.7"
|
|
--
|
|
2.47.1
|
|
|