From 9b2af0f1b625817c27f46103ace58931becd919a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 20:16:08 +0000 Subject: [PATCH] build(deps): bump libc from 0.2.89 to 0.2.135 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.89 to 0.2.135. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.89...0.2.135) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- common/workspace-hack/Cargo.toml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6ccabcd8ab8d..f4b43dc5b714 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3969,9 +3969,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.89" +version = "0.2.135" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "538c092e5586f4cdd7dd8078c4a79220e3e168880218124dcbce860f0ea938c6" +checksum = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c" [[package]] name = "libfuzzer-sys" diff --git a/common/workspace-hack/Cargo.toml b/common/workspace-hack/Cargo.toml index 3a6edf353356..f25ea23201e9 100644 --- a/common/workspace-hack/Cargo.toml +++ b/common/workspace-hack/Cargo.toml @@ -31,7 +31,7 @@ hyper = { version = "0.14.4", features = ["client", "default", "full", "h2", "ht indexmap = { version = "1.6.2", default-features = false, features = ["std"] } itertools = { version = "0.10.0", features = ["default", "use_alloc", "use_std"] } itoa = { version = "0.4.7", features = ["default", "std"] } -libc = { version = "0.2.89", features = ["align", "default", "extra_traits", "std"] } +libc = { version = "0.2.135", 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"] } @@ -77,7 +77,7 @@ hyper = { version = "0.14.4", features = ["client", "default", "full", "h2", "ht indexmap = { version = "1.6.2", default-features = false, features = ["std"] } itertools = { version = "0.10.0", features = ["default", "use_alloc", "use_std"] } itoa = { version = "0.4.7", features = ["default", "std"] } -libc = { version = "0.2.89", features = ["align", "default", "extra_traits", "std"] } +libc = { version = "0.2.135", 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"] } @@ -126,7 +126,7 @@ hyper = { version = "0.14.4", features = ["client", "default", "full", "h2", "ht indexmap = { version = "1.6.2", default-features = false, features = ["std"] } itertools = { version = "0.10.0", features = ["default", "use_alloc", "use_std"] } itoa = { version = "0.4.7", features = ["default", "std"] } -libc = { version = "0.2.89", features = ["align", "default", "extra_traits", "std"] } +libc = { version = "0.2.135", 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"] } @@ -172,7 +172,7 @@ hyper = { version = "0.14.4", features = ["client", "default", "full", "h2", "ht indexmap = { version = "1.6.2", default-features = false, features = ["std"] } itertools = { version = "0.10.0", features = ["default", "use_alloc", "use_std"] } itoa = { version = "0.4.7", features = ["default", "std"] } -libc = { version = "0.2.89", features = ["align", "default", "extra_traits", "std"] } +libc = { version = "0.2.135", 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"] }