From 9be50e8d82c4b5e9c9348fa7d73b255d8a0b7828 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 18:58:12 +0000 Subject: [PATCH] Bump libc from 0.2.147 to 0.2.151 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.147 to 0.2.151. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.147...0.2.151) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f340b02a..5b844b7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1464,9 +1464,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.147" +version = "0.2.151" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" +checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4" [[package]] name = "libnghttp2-sys" diff --git a/Cargo.toml b/Cargo.toml index e791c959..0b273565 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ futures-util = "0.3.8" http = "1.0.0" include_dir = "0.7" lazy_static = "1.4.0" -libc = "0.2.126" +libc = "0.2.151" markdown = "0.3" maud = { version = "0.25", features = ["tide"] } parking_lot = "0.12.0"