cargo: relaxe libc dependency to minor 0.2 version

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-07-13 11:35:04 +02:00
parent 915a5aa7f8
commit ac32804169

View File

@ -13,4 +13,4 @@ exclude = [ "build", "debian" ]
anyhow = "1"
clap = "2.33"
flate2 = "1.0"
libc = "0.2.48"
libc = "0.2"