From cdde9fc51d8f6c0f92b7af9faa1391ad2fd1277e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:35:59 +0000 Subject: [PATCH] build(deps): bump sanitize-filename from 0.5.0 to 0.6.0 Bumps [sanitize-filename](https://github.com/kardeiz/sanitize-filename) from 0.5.0 to 0.6.0. - [Commits](https://github.com/kardeiz/sanitize-filename/commits) --- updated-dependencies: - dependency-name: sanitize-filename dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 021c183ba..775d1e5c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6070,11 +6070,10 @@ dependencies = [ [[package]] name = "sanitize-filename" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ed72fbaf78e6f2d41744923916966c4fbe3d7c74e3037a8ee482f1115572603" +checksum = "bc984f4f9ceb736a7bb755c3e3bd17dc56370af2600c9780dcc48c66453da34d" dependencies = [ - "lazy_static", "regex", ] diff --git a/Cargo.toml b/Cargo.toml index 017c5adbc..538719a2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -215,7 +215,7 @@ reqwest = { version = "0.12", features = [ rfd = { version = "0.15", optional = true } rust_decimal = { version = "1.36", default-features = false } ryu = "1" -sanitize-filename = { version = "0.5", optional = true } +sanitize-filename = { version = "0.6", optional = true } simd-json = "0.14" self_update = { version = "0.41", features = [ "archive-zip",