From f3c1df935ae9ee12a296e0bd26c88317dabfe4b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 20:06:09 +0000 Subject: [PATCH] Update libc requirement from 0.1.0 to 0.2.155 Updates the requirements on [libc](https://github.com/rust-lang/libc) to permit the latest version. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.1.128...0.2.155) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- neptune/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neptune/Cargo.toml b/neptune/Cargo.toml index 3ae508c0f..893db7772 100644 --- a/neptune/Cargo.toml +++ b/neptune/Cargo.toml @@ -8,7 +8,7 @@ cmake = "0.1.50" num_cpus = { workspace = true } [dependencies] -libc = "0.1.0" +libc = "0.2.155" reqwest = { workspace = true } tracing = { workspace = true } tracing-subscriber = { workspace = true }