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