From 68a3d7c43088c94ba69aeb211ae7887ee1136543 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 19 Feb 2024 10:21:46 +0800
Subject: [PATCH] Bump trash from 3.2.1 to 3.3.1 (#11894)
Bumps [trash](https://github.com/ArturKovacs/trash) from 3.2.1 to 3.3.1.
Release notes
Sourced from trash's
releases.
v3.3.1
Bug Fixes
- Use
AtomicI32
instead of I64 for compatibility with
armel
Commit Statistics
- 1 commit contributed to the release.
- 2 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #99
Commit Details
- #99
- Use
AtomicI32
instead of I64 for compatibility with
armel
(98049f1)
v3.3.0
New Features
- improved error granularity
Inform about operating-system specific errors more clearly, thus avoid
degenerating error information.
Bug Fixes
- Use
AtomicI32
in tests for compatibility with
armel
platform
Commit Statistics
- 5 commits contributed to the release over the course of 5 calendar
days.
- 25 days passed between releases.
- 2 commits were understood as conventional.
- 1 unique issue was worked on: #99
Commit Details
- #99
- Use
AtomicI32
in tests for compatibility with
armel
platform (920ff0c)
- Uncategorized
- Improved error granularity (452be83)
- Removed tracing. (2b1c9fa)
... (truncated)
Changelog
Sourced from trash's
changelog.
3.3.1 (2024-02-12)
Bug Fixes
- Use
AtomicI32
instead of I64
for compatibility with armel
Commit Statistics
- 1 commit contributed to the release.
- 2 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #99
Commit Details
- #99
- Use
AtomicI32
instead of I64 for compatibility with
armel
(98049f1
)
3.3.0 (2024-02-10)
New Features
- improved error granularity
Inform about operating-system specific errors more clearly, thus avoid
degenerating error information.
Bug Fixes
- Use
AtomicI32
in tests for
compatibility with armel
platform
Commit Statistics
- 6 commits contributed to the release over the course of 5 calendar
days.
- 25 days passed between releases.
- 2 commits were understood as conventional.
- 1 unique issue was worked on: #99
Commit Details
... (truncated)
Commits
b6e2d6c
Release trash v3.3.1
98049f1
fix: Use AtomicI32
instead of I64 for compatibility with
armel
(#99)
d0d8f26
Release trash v3.3.0
920ff0c
fix: Use AtomicI32
in tests for compatibility with
armel
platform (#99)
452be83
feat: improved error granularity
2b1c9fa
Removed tracing.
b238938
Bug fix for macOS.
671cef9
Enhanced error reporting.
- See full diff in compare
view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 4 ++--
crates/nu-command/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 5389f88ac2..dd5eb470a9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5969,9 +5969,9 @@ dependencies = [
[[package]]
name = "trash"
-version = "3.2.1"
+version = "3.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "55bb920006929bc37df8c151c3c063b6fc10f485dfe4937393f905861a632e53"
+checksum = "c658458d46d9d5a153a3b5cdd88d8579ad50d4fb85d53961e4526c8fc7c55a57"
dependencies = [
"chrono",
"libc",
diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml
index 426faa2025..901e4e5023 100644
--- a/crates/nu-command/Cargo.toml
+++ b/crates/nu-command/Cargo.toml
@@ -112,7 +112,7 @@ procfs = "0.16.0"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies.trash]
optional = true
-version = "3.1"
+version = "3.3"
[target.'cfg(windows)'.dependencies.windows]
features = [