From a55b92e2c4a909ca5288ec368077a54d9851dd24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 13:33:14 +0000 Subject: [PATCH] chore(deps): bump confik from 0.12.0 to 0.13.0 Bumps [confik](https://github.com/x52dev/confik) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/x52dev/confik/releases) - [Commits](https://github.com/x52dev/confik/compare/confik-v0.12.0...confik-v0.13.0) --- updated-dependencies: - dependency-name: confik dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 488c8fd..c2773a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -656,23 +656,23 @@ dependencies = [ [[package]] name = "confik" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcb80c5315aacb4f2a7ef6ddb6b2fe7818191e78098f5ac597372647b9958039" +checksum = "b50a137a3bfb796486971f6bb438f4b0b268a3441e444f93fada9627097e617d" dependencies = [ "cfg-if", "confik-macros", "envious", "serde", - "thiserror 1.0.69", + "thiserror 2.0.12", "toml", ] [[package]] name = "confik-macros" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "370f641e4f578df8c52e7c37300d5d9d2b12be6fb6f4732b62a794e2b647d1a2" +checksum = "b12ac67ff6543df9d784c9e5bbbd8fb144273ec59171115ba6ab491707603902" dependencies = [ "darling", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 0c7ac8a..7739088 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ eyre = "0.6.12" thiserror = "2.0.12" ## config -confik = "0.12.0" +confik = "0.13.0" ## json serde = { version = "1.0.219", features = ["derive"] }