diff --git a/Cargo.lock b/Cargo.lock index be7deeff8..24538dfef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1131,9 +1131,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/aggregator/Cargo.toml b/aggregator/Cargo.toml index 69e958add..7a0e461ec 100644 --- a/aggregator/Cargo.toml +++ b/aggregator/Cargo.toml @@ -44,7 +44,7 @@ deadpool = { version = "0.10.0", features = ["rt_tokio_1"] } deadpool-postgres = "0.11.0" derivative = "2.2.0" futures = "0.3.28" -fixed = { version = "1.23", optional = true } +fixed = { version = "1.24", optional = true } git-version = "0.3.5" hex = { version = "0.4.3", features = ["serde"], optional = true } http = "0.2.9" diff --git a/collector/Cargo.toml b/collector/Cargo.toml index 8deee0a84..0bb6347c4 100644 --- a/collector/Cargo.toml +++ b/collector/Cargo.toml @@ -23,7 +23,7 @@ chrono.workspace = true derivative = "2.2.0" janus_core.workspace = true janus_messages.workspace = true -fixed = { version = "1.23", optional = true } +fixed = { version = "1.24", optional = true } fixed-macro = { version = "1.1.1", optional = true } prio.workspace = true rand = { version = "0.8", features = ["min_const_gen"] } diff --git a/core/Cargo.toml b/core/Cargo.toml index 8448ffc84..de4182b58 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -66,7 +66,7 @@ trillium.workspace = true url = "2.4.1" [dev-dependencies] -fixed = "1.23" +fixed = "1.24" hex = { version = "0.4", features = ["serde"] } # ensure this remains compatible with the non-dev dependency janus_core = { path = ".", features = ["test-util"] } mockito = "1.2.0" diff --git a/interop_binaries/Cargo.toml b/interop_binaries/Cargo.toml index 9ad670cdc..27cf91a52 100644 --- a/interop_binaries/Cargo.toml +++ b/interop_binaries/Cargo.toml @@ -27,7 +27,7 @@ backoff = { version = "0.4", features = ["tokio"] } base64.workspace = true clap = "4.4.6" futures = { version = "0.3.28", optional = true } -fixed = { version = "1.23", optional = true } +fixed = { version = "1.24", optional = true } fixed-macro = { version = "1.1.1", optional = true } hex = { version = "0.4", optional = true } janus_aggregator_core = { workspace = true, features = ["test-util"] } diff --git a/tools/Cargo.toml b/tools/Cargo.toml index 04599a242..1e77c470c 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -16,7 +16,7 @@ anyhow = "1" base64.workspace = true clap = { version = "4.4.6", features = ["cargo", "derive", "env"] } derivative = "2.2.0" -fixed = { version = "1.23", optional = true } +fixed = { version = "1.24", optional = true } janus_collector.workspace = true janus_core.workspace = true janus_messages.workspace = true