chore: bump libc to 0.2.131 (#30496)
This commit is contained in:
parent
d5d1f5eb62
commit
c318002fe4
|
@ -15,7 +15,7 @@ bincode = { workspace = true }
|
|||
eager = { workspace = true }
|
||||
enum-iterator = { workspace = true }
|
||||
itertools = { workspace = true }
|
||||
libc = "0.2.101"
|
||||
libc = { workspace = true }
|
||||
libloading = { workspace = true }
|
||||
log = { workspace = true }
|
||||
num-derive = { workspace = true }
|
||||
|
|
|
@ -45,7 +45,7 @@ bitflags = { workspace = true }
|
|||
base64 = { workspace = true, features = ["alloc", "std"] }
|
||||
curve25519-dalek = { workspace = true, features = ["serde"] }
|
||||
itertools = { workspace = true }
|
||||
libc = { version = "0.2.126", features = ["extra_traits"] }
|
||||
libc = { workspace = true, features = ["extra_traits"] }
|
||||
libsecp256k1 = { workspace = true }
|
||||
num-bigint = { workspace = true }
|
||||
rand = { workspace = true }
|
||||
|
|
Loading…
Reference in New Issue