mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41: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]]
|
[[package]]
|
||||||
name = "sanitize-filename"
|
name = "sanitize-filename"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "08c502bdb638f1396509467cb0580ef3b29aa2a45c5d43e5d84928241280296c"
|
checksum = "2ed72fbaf78e6f2d41744923916966c4fbe3d7c74e3037a8ee482f1115572603"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"regex",
|
"regex",
|
||||||
|
@ -1,12 +1,8 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "multipart-example"
|
name = "multipart-example"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
edition = "2021"
|
|
||||||
license = "MIT"
|
|
||||||
description = "Simple file uploader in Actix Web with Async/Await"
|
description = "Simple file uploader in Actix Web with Async/Await"
|
||||||
keywords = ["actix", "actix-web", "multipart"]
|
edition.workspace = true
|
||||||
repository = "https://github.com/actix/examples"
|
|
||||||
readme = "README.md"
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-multipart.workspace = true
|
actix-multipart.workspace = true
|
||||||
@ -15,5 +11,5 @@ actix-web.workspace = true
|
|||||||
env_logger.workspace = true
|
env_logger.workspace = true
|
||||||
futures-util.workspace = true
|
futures-util.workspace = true
|
||||||
log.workspace = true
|
log.workspace = true
|
||||||
sanitize-filename = "0.4"
|
sanitize-filename = "0.5"
|
||||||
uuid = { version = "1", features = ["v4"] }
|
uuid = { version = "1", features = ["v4"] }
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "protobuf-example"
|
name = "protobuf-example"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
edition = "2021"
|
edition.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-protobuf.workspace = true
|
actix-protobuf.workspace = true
|
||||||
|
Loading…
Reference in New Issue
Block a user