diff --git a/rust/Cargo.toml.in b/rust/Cargo.toml.in index f183733535..98d7172511 100644 --- a/rust/Cargo.toml.in +++ b/rust/Cargo.toml.in @@ -15,7 +15,7 @@ strict = [] [dependencies] nom = "~3.0" -libc = "~0.2.0" +libc = "^0.2.33" crc = "~1.4.0" ntp-parser = { version = "^0", optional = true }