From 02dbe90a3196c23c6d2e49969f1bef9341b28c3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 01:56:19 +0000 Subject: [PATCH] chore(deps): update rust crate wincode to 0.4.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0436afde666..a50c0aac59d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4650,9 +4650,9 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "wincode" -version = "0.3.1" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f27315388539620cef3386d77b05305dbfb7fccbd32eead533a7a3779313532" +checksum = "cd358c35ea3fbf8590e8b9d9e7fe6450701c520c8b58c320aea0b8b75f8d9866" dependencies = [ "pastey", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index bf6a17121bf..d96311beeb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -590,7 +590,7 @@ rlimit = { workspace = true } # Used in test_uptime::test_uptime_with_file_containing_valid_boot_time_utmpx_record # to deserialize an utmpx struct into a binary file [target.'cfg(all(target_family= "unix",not(target_os = "macos")))'.dev-dependencies] -wincode = "0.3.1" +wincode = "0.4.0" wincode-derive = "0.3.1" [build-dependencies]