mirror of
https://github.com/actix/examples
synced 2024-11-23 14:31:07 +01:00
update sanitize-filename dep
This commit is contained in:
parent
0281a1a112
commit
84a1e0974e
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -6502,9 +6502,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sanitize-filename"
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "08c502bdb638f1396509467cb0580ef3b29aa2a45c5d43e5d84928241280296c"
|
||||
checksum = "2ed72fbaf78e6f2d41744923916966c4fbe3d7c74e3037a8ee482f1115572603"
|
||||
dependencies = [
|
||||
"lazy_static",
|
||||
"regex",
|
||||
|
@ -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"] }
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "protobuf-example"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-protobuf.workspace = true
|
||||
|
Loading…
Reference in New Issue
Block a user