From ad46863866034d3a766479ec34b236e8d49fb22e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 18:21:57 +0000 Subject: [PATCH] build(deps): bump lumis-core from 2.0.0 to 2.1.0 Bumps [lumis-core](https://github.com/leandrocp/lumis) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/leandrocp/lumis/releases) - [Changelog](https://github.com/leandrocp/lumis/blob/main/RELEASE.md) - [Commits](https://github.com/leandrocp/lumis/compare/cargo-lumis-core/v2.0.0...cargo-lumis-core/v2.1.0) --- updated-dependencies: - dependency-name: lumis-core dependency-version: 2.1.0 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa4ea07..eae9497 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2008,9 +2008,9 @@ checksum = "b53f577698ec4ecb8d23b052ce0a6701ae4fc8cd315417bb77ec045c01f00caa" [[package]] name = "lumis-core" -version = "2.0.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb3a07402769c248e89740f1497685ea399ce820406251e342766da3066888f0" +checksum = "fbda3f6195577ab8e59d8c1f6506610ac817e01382f110666ab86db9f779fe4e" dependencies = [ "derive_builder", "glob",