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"