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:
@ -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"] }
|
||||
|
Reference in New Issue
Block a user