Bump trash to 3.0.1 (#7914)

# Description

Avoids duplication of `windows` crate and friends as it updates to the
most recent `windows 0.44` version.

# User-Facing Changes

None intended
This commit is contained in:
Stefan Holderbach
2023-01-30 11:58:56 +01:00
committed by GitHub
parent e0cd5a714a
commit 7402589775
2 changed files with 5 additions and 20 deletions

View File

@ -106,7 +106,7 @@ users = "0.11.0"
libc = "0.2"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies.trash]
version = "3.0.0"
version = "3.0.1"
optional = true
[dependencies.polars]