diff --git a/Cargo.lock b/Cargo.lock index faa7055e7..cb2266121 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -216,9 +216,9 @@ dependencies = [ [[package]] name = "fixed" -version = "1.23.1" +version = "1.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79386fdcec5e0fde91b1a6a5bcd89677d1f9304f7f986b154a1b9109038854d9" +checksum = "02c69ce7e7c0f17aa18fdd9d0de39727adb9c6281f2ad12f57cbe54ae6e76e7d" dependencies = [ "az", "bytemuck", diff --git a/statime/Cargo.toml b/statime/Cargo.toml index 52fef2b5b..e7ce13f56 100644 --- a/statime/Cargo.toml +++ b/statime/Cargo.toml @@ -24,7 +24,7 @@ fuzz = ["std"] [dependencies] arrayvec = { version = "0.7.4", default-features = false } az = "1.2.1" -fixed = "1.23" +fixed = "1.24" libm = "0.2.7" log = { version = "0.4.20", default-features = false } rand = { version = "0.8.5", default-features = false }