Update sanitize-filename requirement from 0.4.0 to 0.5.0 (#569)

Updates the requirements on [sanitize-filename](https://github.com/kardeiz/sanitize-filename) to permit the latest version.
- [Commits](https://github.com/kardeiz/sanitize-filename/commits)

---
updated-dependencies:
- dependency-name: sanitize-filename
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-01 08:30:49 -04:00 committed by GitHub
parent f453f47efb
commit 739e8d910d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ rayon = "1.7.0"
rmp-serde = "1.1.1"
rstest = "0.18.1"
rusqlite = {version = "0.29", features = ["bundled-full"]}
sanitize-filename = "0.4.0"
sanitize-filename = "0.5.0"
serde_rusqlite = "0.33.1"
spin = {version = "0.9.8", features = ["mutex", "spin_mutex"]}
strum = "0.24"