1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

update sanitize-filename dep

This commit is contained in:
Rob Ede
2023-10-29 02:30:17 +00:00
parent 0281a1a112
commit 84a1e0974e
3 changed files with 5 additions and 9 deletions

View File

@ -1,12 +1,8 @@
[package]
name = "multipart-example"
version = "1.0.0"
edition = "2021"
license = "MIT"
description = "Simple file uploader in Actix Web with Async/Await"
keywords = ["actix", "actix-web", "multipart"]
repository = "https://github.com/actix/examples"
readme = "README.md"
edition.workspace = true
[dependencies]
actix-multipart.workspace = true
@ -15,5 +11,5 @@ actix-web.workspace = true
env_logger.workspace = true
futures-util.workspace = true
log.workspace = true
sanitize-filename = "0.4"
sanitize-filename = "0.5"
uuid = { version = "1", features = ["v4"] }