From 375d05db20b3a667fb48d704f85656bd9d5c871e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 04:09:04 +0000 Subject: [PATCH] Bump miniconf from 0.17.0 to 0.17.1 Bumps [miniconf](https://github.com/quartiq/miniconf) from 0.17.0 to 0.17.1. - [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.17.0...v0.17.1) --- updated-dependencies: - dependency-name: miniconf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 30ec35a..55e6b5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -707,15 +707,16 @@ dependencies = [ [[package]] name = "miniconf" -version = "0.17.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75e453c8c2bdb4367152a3057eeb3dc4cc2346c4d9d7985a76d27b2b070d46c3" +checksum = "04b8f0e5e85b9aba6daeaabb5dd80ae2d97340ccfd54f6eeaf3c3c077301ccfe" dependencies = [ "itoa", "miniconf_derive", "postcard", "serde", "serde-json-core", + "thiserror", ] [[package]] @@ -1503,6 +1504,26 @@ dependencies = [ "usbd-serial", ] +[[package]] +name = "thiserror" +version = "2.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa" +dependencies = [ + "thiserror-impl", +] + +[[package]] +name = "thiserror-impl" +version = "2.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", +] + [[package]] name = "tinystr" version = "0.7.6"