From c1313b7abdcd85182942d587a2199a1e2176a483 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Sat, 7 Feb 2026 15:14:06 +0100 Subject: [PATCH] Bump wincode & wincode-derive from 0.3.1 to 0.4.0 --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0436afde666..03b95084767 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4650,9 +4650,9 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "wincode" -version = "0.3.1" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f27315388539620cef3386d77b05305dbfb7fccbd32eead533a7a3779313532" +checksum = "70404f69984d4a07b1fd1baeec55f577c9fecdea55a9c7196fb32fd84f84955a" dependencies = [ "pastey", "proc-macro2", @@ -4662,9 +4662,9 @@ dependencies = [ [[package]] name = "wincode-derive" -version = "0.3.1" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d89833c7743abd1a831b7eb0fdfd7210bd8bedc297435e9426aad9b63d7c7f77" +checksum = "6505f603ab2302ff300837c3c96e5b1c6e4b65a66b756e3eb07376c935ff1907" dependencies = [ "darling", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index bf6a17121bf..e55357e373a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -590,8 +590,8 @@ 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-derive = "0.3.1" +wincode = "0.4.0" +wincode-derive = "0.4.0" [build-dependencies] phf_codegen.workspace = true