Skip to content

Commit b13845a

Browse files
Update Rust crate libc to 0.2.154 (#65)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a56c7df commit b13845a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tokio = { version = "1.32", default-features = false, features = [ "rt-multi-thr
2424
[dev-dependencies]
2525
anyhow = "1.0"
2626
diesel = { version = "2.1.6", features = [ "postgres", "r2d2" ] }
27-
libc = "0.2.150"
27+
libc = "0.2.154"
2828
tempfile = "3.8"
2929
tokio = { version = "1.32", features = [ "macros", "fs", "process" ] }
3030
tokio-postgres = { version = "0.7", features = [ "with-chrono-0_4", "with-uuid-1" ] }

0 commit comments

Comments
 (0)