fix(dep): add libc dependency
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Didier Slof 2023-08-08 01:37:14 +02:00
parent 7476567beb
commit cd59b6463a
Signed by: didier
GPG key ID: 01E71F18AA4398E5

View file

@ -14,3 +14,4 @@ regex = "1.9.1"
reqwest = { version = "0.11.18", features = ["blocking"] } reqwest = { version = "0.11.18", features = ["blocking"] }
uuid = { version = "1.4.0", features = ["serde", "v4"] } uuid = { version = "1.4.0", features = ["serde", "v4"] }
tar = "0.4.39" tar = "0.4.39"
libc = "0.2.80"