diff --git a/Cargo.lock b/Cargo.lock index 0c0a7ac..363732a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -990,9 +990,9 @@ dependencies = [ [[package]] name = "is_executable" -version = "1.0.1" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa9acdc6d67b75e626ad644734e8bc6df893d9cd2a834129065d3dd6158ea9c8" +checksum = "4ba3d8548b8b04dafdf2f4cc6f5e379db766d0a6d9aac233ad4c9a92ea892233" dependencies = [ "winapi", ] diff --git a/Cargo.toml b/Cargo.toml index 360f335..63b7539 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ walkdir = "2.5.0" wild = "2.2.1" figment = { version = "0.10", features = ["toml", "env"] } toml = "0.8.19" -is_executable = "1.0.1" +is_executable = "1.0.3" regex = { version = "1.10.6", features = [] } vpin = { version = "0.15.5" } rust-ini = "0.21.1"