From dee71fe5e6a11b15365ec4f8afa121c437a94c60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 18 Mar 2024 22:49:27 +0000 Subject: [PATCH] chore(deps): cargo hakari --- Cargo.lock | 10 ++-------- homestar-workspace-hack/Cargo.toml | 12 ++++++------ 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8fb74ada..13f2ad2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2863,7 +2863,7 @@ dependencies = [ "jsonrpsee-core", "libc", "libsecp256k1-core", - "linux-raw-sys 0.6.4", + "linux-raw-sys", "memchr", "miette", "miniz_oxide", @@ -4229,12 +4229,6 @@ version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" -[[package]] -name = "linux-raw-sys" -version = "0.6.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0b5399f6804fbab912acbd8878ed3532d506b7c951b8f9f164ef90fef39e3f4" - [[package]] name = "lock_api" version = "0.4.11" @@ -5912,7 +5906,7 @@ dependencies = [ "errno", "itoa", "libc", - "linux-raw-sys 0.4.13", + "linux-raw-sys", "once_cell", "windows-sys 0.52.0", ] diff --git a/homestar-workspace-hack/Cargo.toml b/homestar-workspace-hack/Cargo.toml index 11364e71..8bd36619 100644 --- a/homestar-workspace-hack/Cargo.toml +++ b/homestar-workspace-hack/Cargo.toml @@ -212,7 +212,7 @@ subtle = { version = "2.5.0" } [target.x86_64-unknown-linux-gnu.dependencies] gimli = { version = "0.28.1", default-features = false, features = ["read", "std", "write"] } iana-time-zone = { version = "0.1.60", default-features = false, features = ["fallback"] } -linux-raw-sys = { version = "0.6.4", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "xdp"] } +linux-raw-sys = { version = "0.4.13", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "xdp"] } miniz_oxide = { version = "0.7.2", default-features = false, features = ["with-alloc"] } mio = { version = "0.8.11", features = ["net", "os-ext"] } object = { version = "0.32.2", default-features = false, features = ["archive", "read_core", "unaligned", "write"] } @@ -225,7 +225,7 @@ subtle = { version = "2.5.0" } [target.x86_64-unknown-linux-gnu.build-dependencies] gimli = { version = "0.28.1", default-features = false, features = ["read", "std", "write"] } iana-time-zone = { version = "0.1.60", default-features = false, features = ["fallback"] } -linux-raw-sys = { version = "0.6.4", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "xdp"] } +linux-raw-sys = { version = "0.4.13", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "xdp"] } miniz_oxide = { version = "0.7.2", default-features = false, features = ["with-alloc"] } mio = { version = "0.8.11", features = ["net", "os-ext"] } object = { version = "0.32.2", default-features = false, features = ["archive", "read_core", "unaligned", "write"] } @@ -238,7 +238,7 @@ subtle = { version = "2.5.0" } [target.x86_64-unknown-linux-musl.dependencies] gimli = { version = "0.28.1", default-features = false, features = ["read", "std", "write"] } iana-time-zone = { version = "0.1.60", default-features = false, features = ["fallback"] } -linux-raw-sys = { version = "0.6.4", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "xdp"] } +linux-raw-sys = { version = "0.4.13", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "xdp"] } miniz_oxide = { version = "0.7.2", default-features = false, features = ["with-alloc"] } mio = { version = "0.8.11", features = ["net", "os-ext"] } object = { version = "0.32.2", default-features = false, features = ["archive", "read_core", "unaligned", "write"] } @@ -251,7 +251,7 @@ subtle = { version = "2.5.0" } [target.x86_64-unknown-linux-musl.build-dependencies] gimli = { version = "0.28.1", default-features = false, features = ["read", "std", "write"] } iana-time-zone = { version = "0.1.60", default-features = false, features = ["fallback"] } -linux-raw-sys = { version = "0.6.4", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "xdp"] } +linux-raw-sys = { version = "0.4.13", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "xdp"] } miniz_oxide = { version = "0.7.2", default-features = false, features = ["with-alloc"] } mio = { version = "0.8.11", features = ["net", "os-ext"] } object = { version = "0.32.2", default-features = false, features = ["archive", "read_core", "unaligned", "write"] } @@ -264,7 +264,7 @@ subtle = { version = "2.5.0" } [target.aarch64-unknown-linux-musl.dependencies] gimli = { version = "0.28.1", default-features = false, features = ["read", "std", "write"] } iana-time-zone = { version = "0.1.60", default-features = false, features = ["fallback"] } -linux-raw-sys = { version = "0.6.4", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "xdp"] } +linux-raw-sys = { version = "0.4.13", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "xdp"] } miniz_oxide = { version = "0.7.2", default-features = false, features = ["with-alloc"] } mio = { version = "0.8.11", features = ["net", "os-ext"] } object = { version = "0.32.2", default-features = false, features = ["archive", "read_core", "unaligned", "write"] } @@ -277,7 +277,7 @@ subtle = { version = "2.5.0" } [target.aarch64-unknown-linux-musl.build-dependencies] gimli = { version = "0.28.1", default-features = false, features = ["read", "std", "write"] } iana-time-zone = { version = "0.1.60", default-features = false, features = ["fallback"] } -linux-raw-sys = { version = "0.6.4", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "xdp"] } +linux-raw-sys = { version = "0.4.13", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "xdp"] } miniz_oxide = { version = "0.7.2", default-features = false, features = ["with-alloc"] } mio = { version = "0.8.11", features = ["net", "os-ext"] } object = { version = "0.32.2", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }