diff --git a/Cargo.toml b/Cargo.toml index 1cbcb5c8..8273ebaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ exclude = [ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -hifitime = {version = "3.8", git="https://github.com/nyx-space/hifitime", branch="master"} +hifitime = "3.8.6" memmap2 = "=0.9.0" crc32fast = "=1.3.2" der = { version = "0.7.8", features = ["derive", "alloc", "real"] }