diff --git a/Cargo.lock b/Cargo.lock index ea8e0cec..00596029 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3967,9 +3967,9 @@ dependencies = [ [[package]] name = "trash" -version = "5.2.0" +version = "5.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "defe1fdd4232e407b312377885a2c5396764972bddad87baf304753374a1bfc8" +checksum = "a8e5ca62c20366b4685e3e41fba17bc7c9bbdcb82e65a89d6fda2ceea5fffd2f" dependencies = [ "chrono", "libc", @@ -3977,6 +3977,7 @@ dependencies = [ "objc2", "objc2-foundation", "once_cell", + "percent-encoding", "scopeguard", "urlencoding", "windows 0.56.0", diff --git a/Cargo.toml b/Cargo.toml index 50408ef0..32ade496 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ sysinfo = "0.32.1" tantivy = "0.22.0" tar = "0.4.43" toml = { version = "0.8.19", features = ["preserve_order"] } -trash = "5.1.1" +trash = "5.2.1" ts-rs = "10.1.0" url = "2.5.4" which = "7.0.0"