From fc7205b168a1c8e510cffd3fd703419c549f9df4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 10:12:59 +0000 Subject: [PATCH] Update Rust crate home to v0.5.11 --- Cargo.lock | 8 ++++---- library/bind-utils/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91e879dc..10033ee6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -593,11 +593,11 @@ checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" [[package]] name = "home" -version = "0.5.9" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" +checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/library/bind-utils/Cargo.toml b/library/bind-utils/Cargo.toml index 05037453..def051d1 100644 --- a/library/bind-utils/Cargo.toml +++ b/library/bind-utils/Cargo.toml @@ -11,4 +11,4 @@ bindgen = "0.69.4" doxygen-rs = "0.4.2" # force set version to *NOT* to update MSRV by PATCH VERSION to build with Rust 1.76 -home = "=0.5.9" +home = "=0.5.11"