From 8cca1ef4e68535ca1b12936c03f546839e80eae3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 04:06:09 +0000 Subject: [PATCH] build(deps): bump miniconf from 0.16.2 to 0.16.3 Bumps [miniconf](https://github.com/quartiq/miniconf) from 0.16.2 to 0.16.3. - [Release notes](https://github.com/quartiq/miniconf/releases) - [Changelog](https://github.com/quartiq/miniconf/blob/main/CHANGELOG.md) - [Commits](https://github.com/quartiq/miniconf/compare/v0.16.2...v0.16.3) --- updated-dependencies: - dependency-name: miniconf 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 b315dfb68..fc62d6cbe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -560,9 +560,9 @@ dependencies = [ [[package]] name = "miniconf" -version = "0.16.2" +version = "0.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8df0b52bbed894b512ea6428a32c57327c8ece321507d9babb5f3dec67222c9d" +checksum = "baf52da0fbf409a8a008b661e476127fa79b954169af83586cc1ceebb15e5ccb" dependencies = [ "itoa", "miniconf_derive",