diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 3fcd50502..9f70794b4 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -3272,9 +3272,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "humantime" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" +checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f" [[package]] name = "hyper" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index b449591f9..66b754740 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -85,7 +85,7 @@ glob = "0.3.2" hex = "0.4.3" hex-display = "0.3.0" hex-literal = "0.4.1" -humantime = "2.1" +humantime = "2.2" ip-packet = { path = "ip-packet" } ip_network = { version = "0.4", default-features = false } ip_network_table = { version = "0.2", default-features = false }