From 960203357c9837d30bae2f5056eebd8de2c07351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 22:09:25 +0000 Subject: [PATCH] build(deps): Bump fixed from 1.23.1 to 1.24.0 Bumps [fixed](https://gitlab.com/tspiteri/fixed) from 1.23.1 to 1.24.0. - [Changelog](https://gitlab.com/tspiteri/fixed/blob/master/RELEASES.md) - [Commits](https://gitlab.com/tspiteri/fixed/compare/v1.23.1...v1.24.0) --- updated-dependencies: - dependency-name: fixed dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- aggregator/Cargo.toml | 2 +- collector/Cargo.toml | 2 +- core/Cargo.toml | 2 +- interop_binaries/Cargo.toml | 2 +- tools/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc06004090..a5dbd79318 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 6a5398c00c..f37e19f958 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 f32faa65a3..01b407851f 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 d17c33b54f..2fbe05151d 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 0bb82ebb73..9675efca6e 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.5" 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 a80c291b21..ae1a484ef2 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -16,7 +16,7 @@ anyhow = "1" base64.workspace = true clap = { version = "4.4.5", 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