From 45908534a02cf7ca610f8240662869d100c815e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 17:34:01 +0000 Subject: [PATCH] chore(deps): bump configparser from 3.2.0 to 3.3.0 Bumps [configparser](https://github.com/QEDK/configparser-rs) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/QEDK/configparser-rs/releases) - [Commits](https://github.com/QEDK/configparser-rs/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: configparser dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 28e394b..05cdeeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -168,9 +168,9 @@ checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" [[package]] name = "configparser" -version = "3.2.0" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b46dec724fd22199ebde05033a0cbae453bc3b1ecff11eb6a6bb3eec4b90c6a4" +checksum = "031ad3d167622974ed636505ae4556267ed4aa2aea0464122fa6bc9698a32825" [[package]] name = "core-foundation-sys"