From 67a50fee2b7d12b28dea1cacd4cf6e174720a6c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 03:09:47 +0000 Subject: [PATCH] :arrow_up: Bump mtree2 from 0.6.15 to 0.6.16 Bumps [mtree2](https://github.com/VorpalBlade/paketkoll) from 0.6.15 to 0.6.16. - [Release notes](https://github.com/VorpalBlade/paketkoll/releases) - [Changelog](https://github.com/VorpalBlade/paketkoll/blob/main/release-plz.toml) - [Commits](https://github.com/VorpalBlade/paketkoll/compare/mtree2-v0.6.15...mtree2-v0.6.16) --- updated-dependencies: - dependency-name: mtree2 dependency-version: 0.6.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d262c808..2d21a4d1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1610,9 +1610,9 @@ dependencies = [ [[package]] name = "mtree2" -version = "0.6.15" +version = "0.6.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63a9c42187e8079b8db9bc8fca7109ebe0f96c121174b0366c26a16a97bf4d5c" +checksum = "397379946ce6b8f99757cb6c2388b7c7e04c3ab6060d6981dcc82bce1b4811ec" dependencies = [ "bitflags", "faster-hex", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 7fd29425e..bbab0b51d 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -55,7 +55,7 @@ walkdir = "2.5.0" filetime = "0.2" [target.'cfg(unix)'.dependencies] -mtree2 = "0.6.15" +mtree2 = "0.6.16" nix = { version = "0.31.3", features = ["user"] } xattr = "1.6.1"