From ac8454c761350675c1790edf4f7c311910f915c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 07:50:16 +0000 Subject: [PATCH] Update Rust crate wmi to 0.14.0 --- wmi_execute/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmi_execute/Cargo.toml b/wmi_execute/Cargo.toml index 396bc35..9380414 100644 --- a/wmi_execute/Cargo.toml +++ b/wmi_execute/Cargo.toml @@ -6,4 +6,4 @@ author = "trickster0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -wmi = "0.13.3" +wmi = "0.14.0"