1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

update sanitize-filename dep

This commit is contained in:
Rob Ede
2023-10-29 02:30:17 +00:00
parent 0281a1a112
commit 84a1e0974e
3 changed files with 5 additions and 9 deletions

4
Cargo.lock generated
View File

@ -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",