From c758f2877fed08f2b23936e988d70d1966ada46d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 14:05:17 +0000 Subject: [PATCH] Bump libloot from 0.29.5 to 0.29.6 Bumps [libloot](https://github.com/loot/libloot) from 0.29.5 to 0.29.6. - [Release notes](https://github.com/loot/libloot/releases) - [Commits](https://github.com/loot/libloot/compare/0.29.5...0.29.6) --- updated-dependencies: - dependency-name: libloot dependency-version: 0.29.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4495201..018f378 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -416,9 +416,9 @@ dependencies = [ [[package]] name = "libloot" -version = "0.29.5" +version = "0.29.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cc0ff023cda5fa39c8690352ccfbb45f14c31e1022501ced49ee5b75e4d409d" +checksum = "4607cc8047f71406ab5dc3fa05e5213ec5a61c2b7dad5f299ae87ab8bd56c753" dependencies = [ "crc32fast", "esplugin",