From e44c23b71c2ea0ba81acee187ad5a80370d021c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 13:42:25 +0100 Subject: [PATCH] Update windows-result requirement from 0.2.0 to 0.3.0 (#2822) --- updated-dependencies: - dependency-name: windows-result dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- libafl_bolts/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libafl_bolts/Cargo.toml b/libafl_bolts/Cargo.toml index 897c6f1394..4a5be81404 100644 --- a/libafl_bolts/Cargo.toml +++ b/libafl_bolts/Cargo.toml @@ -184,7 +184,7 @@ windows = { workspace = true, features = [ "Win32_System_SystemInformation", "Win32_System_Console", ] } -windows-result = "0.2.0" +windows-result = "0.3.0" [target.'cfg(windows)'.build-dependencies] windows = { workspace = true }