Skip to content

Commit

Permalink
update sanitize-filename dep
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Oct 29, 2023
1 parent 0281a1a commit 84a1e09
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions forms/multipart/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"] }
2 changes: 1 addition & 1 deletion protobuf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "protobuf-example"
version = "1.0.0"
edition = "2021"
edition.workspace = true

[dependencies]
actix-protobuf.workspace = true
Expand Down

0 comments on commit 84a1e09

Please sign in to comment.