From 7a6a2fb2ebba2b6e3afe4b3ff3dab800c630b9a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 18:17:34 +0000 Subject: [PATCH] build(deps): bump lumis from 0.10.0 to 0.11.0 Bumps [lumis](https://github.com/leandrocp/lumis) from 0.10.0 to 0.11.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/v0.10.0...cargo-lumis/v0.11.0) --- updated-dependencies: - dependency-name: lumis dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 fa4ea07..e9f3837 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1968,9 +1968,9 @@ dependencies = [ [[package]] name = "lumis" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9147d5237cf75de737d20858a159c323a00bd2a1891ae6791c7224de3cd2bb95" +checksum = "9ef2e6a5ce8ce17bccccdcbdbba3bf544ba55d98f7899723206604611455df7f" dependencies = [ "anyhow", "cc", diff --git a/Cargo.toml b/Cargo.toml index 7d5ced8..9c6d8b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ indexmap = "2" itertools = "0.15" known-folders = "1" log = "0.4" -lumis = { version = "0.10", default-features = false, features = ["lang-bash"] } +lumis = { version = "0.11", default-features = false, features = ["lang-bash"] } num-integer = "0.1" num-traits = "0.2" owo-colors = "4"