mirror of https://github.com/tracel-ai/burn.git
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:
parent
f453f47efb
commit
739e8d910d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue