Upgrade trash crate for faster non-Windows builds (#5563)

This commit is contained in:
Reilly Wood 2022-05-16 20:48:41 -04:00 committed by GitHub
parent 8004e8e2a0
commit 038391519b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -4730,9 +4730,9 @@ dependencies = [
[[package]]
name = "trash"
version = "2.0.4"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2ed4369f59214865022230fb397ad71353101fe87bfef0f0cf887c43eaa094"
checksum = "115b3303b13438787fbe4e813a3b16bb4f2928840aa41d80a593c347d0425192"
dependencies = [
"chrono",
"libc",

View File

@ -92,7 +92,7 @@ umask = "2.0.0"
users = "0.11.0"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies.trash]
version = "2.0.2"
version = "2.1.3"
optional = true
[dependencies.polars]