From 396ab83533a8e8e28de921ae84ee01f859acc138 Mon Sep 17 00:00:00 2001 From: Odysseas Gabrielides Date: Sun, 6 Oct 2024 22:33:13 +0300 Subject: [PATCH] bump libc --- dash-spv-masternode-processor/Cargo.toml | 2 +- reachability/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dash-spv-masternode-processor/Cargo.toml b/dash-spv-masternode-processor/Cargo.toml index 5bc61af8..25e3fa18 100644 --- a/dash-spv-masternode-processor/Cargo.toml +++ b/dash-spv-masternode-processor/Cargo.toml @@ -34,7 +34,7 @@ byte = "0.2" core2 = { version = "0.4.0", optional = true, default-features = false } dirs-next = "2.0.0" ed25519-dalek = "2.0.0-rc.3" -libc = "0.2.132" +libc = "0.2.158" log = { version = "0.4.*", features = ["std"] } rs-x11-hash = "0.1.8" secp256k1 = { version = "0.26.0", features = [ "recovery", "rand-std", "bitcoin_hashes" ] } diff --git a/reachability/Cargo.toml b/reachability/Cargo.toml index 34ae21ba..0c26e408 100644 --- a/reachability/Cargo.toml +++ b/reachability/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -libc = "0.2.139" +libc = "0.2.158" system-configuration = "0.5.0" tokio = { version = "1.25.0", features = ["full"] }