From b13845ac52389bba9dfc08e8dbb7c09fb2fec2c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 12:13:12 -0700 Subject: [PATCH] Update Rust crate libc to 0.2.154 (#65) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 37dc416..3d258fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ tokio = { version = "1.32", default-features = false, features = [ "rt-multi-thr [dev-dependencies] anyhow = "1.0" diesel = { version = "2.1.6", features = [ "postgres", "r2d2" ] } -libc = "0.2.150" +libc = "0.2.154" tempfile = "3.8" tokio = { version = "1.32", features = [ "macros", "fs", "process" ] } tokio-postgres = { version = "0.7", features = [ "with-chrono-0_4", "with-uuid-1" ] }