From 9ea44cbc8c8e20cc30add8df2431730a2372f6e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 19:07:31 +0000 Subject: [PATCH] Bump libc from 0.2.138 to 0.2.139 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.138 to 0.2.139. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.138...0.2.139) --- 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 0e133e98..704ccabc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2577,9 +2577,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.138" +version = "0.2.139" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8" +checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" [[package]] name = "libm" diff --git a/crates/listener/Cargo.toml b/crates/listener/Cargo.toml index 84d8d05f..9e080d34 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.5", features = ["add-extension"] } tower-service = "0.3.2" tracing = "0.1.37" -libc = "0.2.138" +libc = "0.2.139" [dev-dependencies] anyhow = "1.0.68"