diff --git a/Cargo.lock b/Cargo.lock index a25346f..d0f27f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2618,9 +2618,9 @@ dependencies = [ [[package]] name = "watchdog_utils_II" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fed01052a411b731f6dd780d94dd0d69937f6a3193c4877bcd32a9310a49926" +checksum = "fcdd334aa203e79e28aa63f1f55649eeb90f8b75277756b60cb73f015f3cac18" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index 6a84c97..cd2fa56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ log = "0.4" fern = "0.6" lazy_static = "1.5.0" regex = "1.11.1" -watchdog_utils_II= "0.3.0" +watchdog_utils_II= "0.4.0" tokio = { version = "^1.37", features = ["rt-multi-thread"] } [[ bin ]]