From 4f56311927c7185c9f22160d72d92f353d797cab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 17:20:30 +0000 Subject: [PATCH] Bump libloot from 0.28.2 to 0.28.3 Bumps [libloot](https://github.com/loot/libloot) from 0.28.2 to 0.28.3. - [Release notes](https://github.com/loot/libloot/releases) - [Commits](https://github.com/loot/libloot/compare/0.28.2...0.28.3) --- updated-dependencies: - dependency-name: libloot dependency-version: 0.28.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb644d0..466328e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -414,9 +414,9 @@ dependencies = [ [[package]] name = "libloot" -version = "0.28.2" +version = "0.28.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48f6942c3c629072e6d2fdb95e0f36fabd8795ee9dbc3262d5d8a562abbe4e78" +checksum = "71543a22fa2512420b8e6f8a215be925094848f636639d9dfae85956c871b301" dependencies = [ "crc32fast", "esplugin", diff --git a/Cargo.toml b/Cargo.toml index 8f486c6..7cba4aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2024" [dependencies] anyhow = "1" clap = { version = "4.0.20", features = ["derive"] } -libloot = "0.28.2" +libloot = "0.28.3" tempfile = "3" [[bin]]