From 612f3f6079ee99995b98fb6d67b8448bd51d293d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:03:51 +0000 Subject: [PATCH] Bump configure_me_codegen from 0.4.6 to 0.4.8 Bumps [configure_me_codegen](https://github.com/Kixunil/configure_me) from 0.4.6 to 0.4.8. - [Commits](https://github.com/Kixunil/configure_me/commits) --- updated-dependencies: - dependency-name: configure_me_codegen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5be96e1..4eed3279 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -276,9 +276,9 @@ dependencies = [ [[package]] name = "configure_me_codegen" -version = "0.4.6" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d47e3f1ae619b1b7df4ed20a820a44c053e0b421e6d52f69d07320408568aab5" +checksum = "5e56840275667a19b0e8ab80219c81fb0bd924e567366d9f12aa385fb45511ea" dependencies = [ "cargo_toml", "fmt2io", diff --git a/Cargo.toml b/Cargo.toml index a78ea0fb..6c89e043 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ default-features = false features = ["zstd", "snappy"] [build-dependencies] -configure_me_codegen = { version = "0.4.6", default-features = false } +configure_me_codegen = { version = "0.4.8", default-features = false } [dev-dependencies] bitcoin-test-data = "0.2.0"