From 4a9d1e08a70c9ac831f1257b5429632e1a942431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 14:27:44 +0000 Subject: [PATCH] build(deps): bump windows-sys from 0.61.0 to 0.61.2 in /requests Bumps [windows-sys](https://github.com/microsoft/windows-rs) from 0.61.0 to 0.61.2. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) --- updated-dependencies: - dependency-name: windows-sys dependency-version: 0.61.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requests/Cargo.lock | 8 ++++---- requests/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requests/Cargo.lock b/requests/Cargo.lock index 82c95be..a116713 100644 --- a/requests/Cargo.lock +++ b/requests/Cargo.lock @@ -16,15 +16,15 @@ dependencies = [ [[package]] name = "windows-link" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65" +checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" [[package]] name = "windows-sys" -version = "0.61.0" +version = "0.61.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa" +checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" dependencies = [ "windows-link", ] diff --git a/requests/Cargo.toml b/requests/Cargo.toml index 8d5d2c7..f23950a 100644 --- a/requests/Cargo.toml +++ b/requests/Cargo.toml @@ -4,5 +4,5 @@ version = "0.1.0" edition = "2024" [dependencies] -windows-sys = { version = "0.61.0", features = ["Win32_Foundation", "Win32_Networking_WinHttp"] } +windows-sys = { version = "0.61.2", features = ["Win32_Foundation", "Win32_Networking_WinHttp"] } json = { path = "../json" } \ No newline at end of file