Bump libc dependency to 0.2.172

This commit is contained in:
PThorpe92
2025-04-29 10:42:10 -04:00
parent 582ca68640
commit ba225ade0d

View File

@@ -45,7 +45,7 @@ limbo_ext = { workspace = true, features = ["core_only"] }
cfg_block = "0.1.1"
fallible-iterator = "0.3.0"
hex = "0.4.3"
libc = { version = "0.2.155", optional = true }
libc = { version = "0.2.172", optional = true }
limbo_sqlite3_parser = { workspace = true }
thiserror = "1.0.61"
getrandom = { version = "0.2.15" }