build(deps): bump reflink-copy from 0.1.21 to 0.1.22 in the deps group

Bumps the deps group with 1 update: [reflink-copy](https://github.com/cargo-bins/reflink-copy).


Updates `reflink-copy` from 0.1.21 to 0.1.22
- [Release notes](https://github.com/cargo-bins/reflink-copy/releases)
- [Changelog](https://github.com/cargo-bins/reflink-copy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/cargo-bins/reflink-copy/compare/v0.1.21...v0.1.22)

---
updated-dependencies:
- dependency-name: reflink-copy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-01-12 01:54:56 +00:00 committed by GitHub
parent 7bcb061e88
commit b86201ca04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -3589,9 +3589,9 @@ dependencies = [
[[package]]
name = "reflink-copy"
version = "0.1.21"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a076c8c302cbd01e62bd6c2f74fc4913c3131aa6fa72dae78047f5535e4fc88"
checksum = "0a7aea22fc8204e0f291719120cbcdae4f25f0807d7b00f5b6b27d95a8f1a2ad"
dependencies = [
"cfg-if",
"rustix",

View file

@ -10,7 +10,7 @@ license = "Apache-2.0 OR MIT"
rust-version = "1.65.0"
[dependencies]
reflink-copy = "0.1.15"
reflink-copy = "0.1.22"
tempfile = "3.5.0"
tracing = "0.1.39"