diff --git a/Cargo.lock b/Cargo.lock index a8b4dfc..d113a54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "ab_glyph" @@ -2696,15 +2696,16 @@ 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 = [ "libc", "log", "objc2 0.5.2", "objc2-foundation", "once_cell", + "percent-encoding", "scopeguard", "urlencoding", "windows", diff --git a/Cargo.toml b/Cargo.toml index 6a51842..6967635 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ sys-info = "0.9" thiserror = "2.0" tiny-skia = "0.11" toml = "0.8" -trash = { version = "5.1", default-features = false } +trash = { version = "5.2", default-features = false } typed-builder = "0.20" usvg = "0.44" winit = "0.28"