diff --git a/Cargo.lock b/Cargo.lock index b1d6b8a..315ea6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4136,7 +4136,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] @@ -6983,8 +6983,8 @@ dependencies = [ [[package]] name = "trash" -version = "5.1.1" -source = "git+https://github.com/jackpot51/trash-rs.git?branch=cosmic#483f83908beef9166f30dfe7b57568ab01c4e140" +version = "5.2.2" +source = "git+https://github.com/jackpot51/trash-rs.git?branch=cosmic#784de7dbb1f46ab859bf43729df8d1357fe5e21a" dependencies = [ "chrono", "libc", @@ -6992,6 +6992,7 @@ dependencies = [ "objc2 0.5.2", "objc2-foundation 0.2.2", "once_cell", + "percent-encoding", "scopeguard", "urlencoding", "windows 0.56.0",