From 440356c921ee79ad7213edf1995e368be3760af6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 10:33:28 -0500 Subject: [PATCH] build(deps): bump libc from 0.2.126 to 0.2.127 (#367) Bumps [libc](https://github.com/rust-lang/libc) from 0.2.126 to 0.2.127. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.126...0.2.127) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- janus_server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 03f8b9642..8dd0757b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1792,9 +1792,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.126" +version = "0.2.127" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" +checksum = "505e71a4706fa491e9b1b55f51b95d4037d0821ee40131190475f692b35b009b" [[package]] name = "linked-hash-map" diff --git a/janus_server/Cargo.toml b/janus_server/Cargo.toml index 1885fb83a..319140aa1 100644 --- a/janus_server/Cargo.toml +++ b/janus_server/Cargo.toml @@ -78,7 +78,7 @@ hyper = "0.14.20" # Kubernetes clusters. Enable the `test-util` feature for various utilities # used in unit tests. janus_server = { path = ".", features = ["kube-openssl", "test-util"] } -libc = "0.2.126" +libc = "0.2.127" mockito = "0.31.0" serde_test = "1.0.141" tempfile = "3.3.0"