uv/153.patch

29 lines
759 B
Diff

From 5db00c2c55cd048f39313aff9f78ca5ff2af0f28 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 8 Nov 2024 12:00:41 +0000
Subject: [PATCH] Update sanitize-filename requirement from 0.5 to 0.6
---
updated-dependencies:
- dependency-name: sanitize-filename
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 4740293..8ac4d1b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,7 +53,7 @@ zip = "2.1.5"
# shared across multiple examples
anyhow = "1"
-sanitize-filename = "0.5"
+sanitize-filename = "0.6"
# actix_multipart
actix-web = "4"