From 81e0c2a823b4bd5938552919ccc14c9d6405fe44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 08:37:31 +0000 Subject: [PATCH] build(deps): bump lum_config from 0.2.3 to 0.2.4 Bumps [lum_config](https://github.com/lum-rs/lum_config) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/lum-rs/lum_config/releases) - [Commits](https://github.com/lum-rs/lum_config/compare/0.2.3...0.2.4) --- updated-dependencies: - dependency-name: lum_config dependency-version: 0.2.4 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 a6b5ec3..cd37ff4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -829,9 +829,9 @@ dependencies = [ [[package]] name = "lum_config" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13f95b93deb401cac0b1b7669aaa8b93fa175226b002801c193b5ae036543b05" +checksum = "a034256d919ba2c7dc3c3ea3a30e439ae77514835e2f78c4775e4a4b80e85155" dependencies = [ "lum_libs", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index 8dc3123..9f24846 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ anyhow = "1.0.99" async-trait = "0.1.89" clap = { version = "4.5.39", features = ["derive", "unicode", "wrap_help"] } dirs = "6.0.0" -lum_config = "0.2.3" +lum_config = "0.2.4" lum_libs = { version = "0.2.4", features = ["serde"] } lum_log = "0.2.5" reqwest = "0.12.19"