Skip to content

Commit

Permalink
bump libc
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielides committed Oct 6, 2024
1 parent 3b339dd commit 396ab83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dash-spv-masternode-processor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ] }
Expand Down
2 changes: 1 addition & 1 deletion reachability/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

Expand Down

0 comments on commit 396ab83

Please sign in to comment.