From c6946b92934c848723896c345774dea6b4014c5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 04:30:58 +0000 Subject: [PATCH] build(deps): bump libc from 0.2.108 to 0.2.109 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.108 to 0.2.109. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.108...0.2.109) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/materialized/Cargo.toml | 2 +- src/mz-process-collector/Cargo.toml | 2 +- src/pid-file/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c85818c831ed7..885f2fae3c1c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2542,9 +2542,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.108" +version = "0.2.109" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8521a1b57e76b1ec69af7599e75e38e7b7fad6610f037db8c79b127201b5d119" +checksum = "f98a04dce437184842841303488f70d0188c5f51437d2a834dc097eafa909a01" [[package]] name = "libm" diff --git a/src/materialized/Cargo.toml b/src/materialized/Cargo.toml index 942f255bc6e34..e7dded4009718 100644 --- a/src/materialized/Cargo.toml +++ b/src/materialized/Cargo.toml @@ -52,7 +52,7 @@ include_dir = "0.7.1" itertools = "0.10.1" krb5-src = { version = "0.2.3", features = ["binaries"] } lazy_static = "1.4.0" -libc = "0.2.108" +libc = "0.2.109" log = "0.4.13" mz-http-proxy = { path = "../http-proxy", features = ["reqwest"] } mz-process-collector = { path = "../mz-process-collector" } diff --git a/src/mz-process-collector/Cargo.toml b/src/mz-process-collector/Cargo.toml index 0dd0c5da27795..e8d993c66a507 100644 --- a/src/mz-process-collector/Cargo.toml +++ b/src/mz-process-collector/Cargo.toml @@ -6,7 +6,7 @@ publish = false [dependencies] lazy_static = "1.4.0" -libc = "0.2.108" +libc = "0.2.109" ore = { path = "../ore" } prometheus = { git = "https://github.com/MaterializeInc/rust-prometheus.git", default-features = false } diff --git a/src/pid-file/Cargo.toml b/src/pid-file/Cargo.toml index d62dc5a4ec7a6..5732179c674c5 100644 --- a/src/pid-file/Cargo.toml +++ b/src/pid-file/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -libc = "0.2.108" +libc = "0.2.109" ore = { path = "../ore", default-features = false } [dev-dependencies]