From 62e33576c8086e894afe077f558948050375a5dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 09:59:47 +0000 Subject: [PATCH] :arrow_up: Bump config from 0.15.0 to 0.15.4 Bumps [config](https://github.com/rust-cli/config-rs) from 0.15.0 to 0.15.4. - [Changelog](https://github.com/rust-cli/config-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/config-rs/compare/v0.15.0...v0.15.4) --- updated-dependencies: - dependency-name: config 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 539852247..faa9c46c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1105,9 +1105,9 @@ dependencies = [ [[package]] name = "config" -version = "0.15.0" +version = "0.15.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a734575233f9bf1bbbd6fa1e0dc5dda4afc61658d28b30b8e07d492e40b4d03b" +checksum = "3d84f8d224ac58107d53d3ec2b9ad39fd8c8c4e285d3c9cb35485ffd2ca88cb3" dependencies = [ "async-trait", "convert_case", diff --git a/Cargo.toml b/Cargo.toml index 1e4d17040..3a637f5b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ hydentity = { path = "./contracts/hydentity" } hyllar = { path = "./contracts/hyllar" } staking = { path = "./contracts/staking" } bonsai-runner = { path = "./crates/bonsai-runner" } -config = "0.15.0" +config = "0.15.4" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["json"] } tokio = { version = "1.42.0", features = ["full", "tracing"] }