From c747bce95135ce6e953452bd4f4d24e39694cb70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 04:56:34 +0000 Subject: [PATCH] Bump miniconf from 0.16.0 to 0.16.3 Bumps [miniconf](https://github.com/quartiq/miniconf) from 0.16.0 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.0...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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1aa1755..128e407 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -561,9 +561,9 @@ dependencies = [ [[package]] name = "miniconf" -version = "0.16.0" +version = "0.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d321db7bd2b8c1b203558fbf25e384617859faec309ea6357077792b50d20cd" +checksum = "baf52da0fbf409a8a008b661e476127fa79b954169af83586cc1ceebb15e5ccb" dependencies = [ "itoa", "miniconf_derive", @@ -574,9 +574,9 @@ dependencies = [ [[package]] name = "miniconf_derive" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "768efa8caf55896ba67abd266c1969de89b3b400c13d8f7860fedd1eef8c7596" +checksum = "4720786aa0863bd853f54a95da244c2598d2216ba6711b7b95d8043aa9a83e43" dependencies = [ "darling", "proc-macro2",