diff --git a/Cargo.lock b/Cargo.lock index a7abcce..d85f04d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/forms/multipart/Cargo.toml b/forms/multipart/Cargo.toml index 40f82e4..3eb092c 100644 --- a/forms/multipart/Cargo.toml +++ b/forms/multipart/Cargo.toml @@ -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"] } diff --git a/protobuf/Cargo.toml b/protobuf/Cargo.toml index 8a60160..3dfd2a1 100644 --- a/protobuf/Cargo.toml +++ b/protobuf/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "protobuf-example" version = "1.0.0" -edition = "2021" +edition.workspace = true [dependencies] actix-protobuf.workspace = true