diff --git a/Cargo.lock b/Cargo.lock index f7f8b98801d1..62ed24c32c70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3965,9 +3965,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.86" +version = "0.2.139" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c" +checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" [[package]] name = "libfuzzer-sys" diff --git a/common/workspace-hack/Cargo.toml b/common/workspace-hack/Cargo.toml index 07f0ae8c255b..3144439403e9 100644 --- a/common/workspace-hack/Cargo.toml +++ b/common/workspace-hack/Cargo.toml @@ -29,7 +29,7 @@ futures-util = { version = "0.3.12", features = ["alloc", "async-await", "async- hyper = { version = "0.14.4", features = ["client", "default", "full", "h2", "http1", "http2", "runtime", "server", "socket2", "stream", "tcp"] } itertools = { version = "0.10.0", features = ["default", "use_alloc", "use_std"] } itoa = { version = "0.4.7", features = ["default", "std"] } -libc = { version = "0.2.86", features = ["align", "default", "extra_traits", "std"] } +libc = { version = "0.2.139", features = ["align", "default", "extra_traits", "std"] } log = { version = "0.4.14", default-features = false, features = ["serde", "std"] } memchr = { version = "2.3.4", features = ["default", "std", "use_std"] } num-integer = { version = "0.1.44", default-features = false, features = ["i128", "std"] } @@ -71,7 +71,7 @@ futures-util = { version = "0.3.12", features = ["alloc", "async-await", "async- hyper = { version = "0.14.4", features = ["client", "default", "full", "h2", "http1", "http2", "runtime", "server", "socket2", "stream", "tcp"] } itertools = { version = "0.10.0", features = ["default", "use_alloc", "use_std"] } itoa = { version = "0.4.7", features = ["default", "std"] } -libc = { version = "0.2.86", features = ["align", "default", "extra_traits", "std"] } +libc = { version = "0.2.139", features = ["align", "default", "extra_traits", "std"] } log = { version = "0.4.14", default-features = false, features = ["serde", "std"] } memchr = { version = "2.3.4", features = ["default", "std", "use_std"] } num-integer = { version = "0.1.44", default-features = false, features = ["i128", "std"] } @@ -116,7 +116,7 @@ futures-util = { version = "0.3.12", features = ["alloc", "async-await", "async- hyper = { version = "0.14.4", features = ["client", "default", "full", "h2", "http1", "http2", "runtime", "server", "socket2", "stream", "tcp"] } itertools = { version = "0.10.0", features = ["default", "use_alloc", "use_std"] } itoa = { version = "0.4.7", features = ["default", "std"] } -libc = { version = "0.2.86", features = ["align", "default", "extra_traits", "std"] } +libc = { version = "0.2.139", features = ["align", "default", "extra_traits", "std"] } log = { version = "0.4.14", default-features = false, features = ["serde", "std"] } memchr = { version = "2.3.4", features = ["default", "std", "use_std"] } num-integer = { version = "0.1.44", default-features = false, features = ["i128", "std"] } @@ -158,7 +158,7 @@ futures-util = { version = "0.3.12", features = ["alloc", "async-await", "async- hyper = { version = "0.14.4", features = ["client", "default", "full", "h2", "http1", "http2", "runtime", "server", "socket2", "stream", "tcp"] } itertools = { version = "0.10.0", features = ["default", "use_alloc", "use_std"] } itoa = { version = "0.4.7", features = ["default", "std"] } -libc = { version = "0.2.86", features = ["align", "default", "extra_traits", "std"] } +libc = { version = "0.2.139", features = ["align", "default", "extra_traits", "std"] } log = { version = "0.4.14", default-features = false, features = ["serde", "std"] } memchr = { version = "2.3.4", features = ["default", "std", "use_std"] } num-integer = { version = "0.1.44", default-features = false, features = ["i128", "std"] }