From ee413c7d83953d53bb682d6b57e086fe3c8209c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 19:30:32 +0000 Subject: [PATCH] Bump libc from 0.2.136 to 0.2.137 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.136 to 0.2.137. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.136...0.2.137) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/listener/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0bda8e7c..5e648754 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2345,9 +2345,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.136" +version = "0.2.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55edcf6c0bb319052dea84732cf99db461780fd5e8d3eb46ab6ff312ab31f197" +checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89" [[package]] name = "libm" diff --git a/crates/listener/Cargo.toml b/crates/listener/Cargo.toml index 8ff1122c..e26bcbaf 100644 --- a/crates/listener/Cargo.toml +++ b/crates/listener/Cargo.toml @@ -17,7 +17,7 @@ tokio-rustls = "0.23.4" tower-http = { version = "0.3.4", features = ["add-extension"] } tower-service = "0.3.2" tracing = "0.1.37" -libc = "0.2.136" +libc = "0.2.137" [dev-dependencies] anyhow = "1.0.66"