chore: bump libc to 0.2.131 (#30496)

This commit is contained in:
Yihau Chen 2023-02-25 02:42:33 +08:00 committed by GitHub
parent d5d1f5eb62
commit c318002fe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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 }

View File

@ -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 }