From b86201ca045d1f9c325ae6ddecf3190cabd5daf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 01:54:56 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- crates/atomic-file-install/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2673f7f2..50c3b569 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/crates/atomic-file-install/Cargo.toml b/crates/atomic-file-install/Cargo.toml index 71716a26..710a3e01 100644 --- a/crates/atomic-file-install/Cargo.toml +++ b/crates/atomic-file-install/Cargo.toml @@ -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"