From 40eab6201c31aac7a801c7540011706fe091b385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 08:20:07 +0000 Subject: [PATCH] build(deps): bump e57 in the cargo-dependencies group Bumps the cargo-dependencies group with 1 update: [e57](https://github.com/cry-inc/e57). Updates `e57` from 0.11.12 to 0.11.13 - [Changelog](https://github.com/cry-inc/e57/blob/master/CHANGELOG.md) - [Commits](https://github.com/cry-inc/e57/compare/0.11.12...0.11.13) --- updated-dependencies: - dependency-name: e57 dependency-version: 0.11.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e53f1e..835712b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,9 +19,9 @@ dependencies = [ [[package]] name = "e57" -version = "0.11.12" +version = "0.11.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "463e55cebbc2333516a69f0b2980a7da2ad94f4306f51d02e6d3b3a213202c96" +checksum = "fcfee41a50fbd70278c70cc477b8671ffe03951cba028cc2c057777a9ee6a3cc" dependencies = [ "crc32c", "roxmltree",