From 9ca2f54b93420649452c6c2777bdd3c20c13ce1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 05:36:29 +0000 Subject: [PATCH] build(deps): bump metrics from 0.22.3 to 0.23.0 Bumps [metrics](https://github.com/metrics-rs/metrics) from 0.22.3 to 0.23.0. - [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml) - [Commits](https://github.com/metrics-rs/metrics/compare/metrics-v0.22.3...metrics-v0.23.0) --- updated-dependencies: - dependency-name: metrics dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- iris-mpc-gpu/Cargo.toml | 2 +- iris-mpc/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 639731018..2ce089698 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2522,7 +2522,7 @@ dependencies = [ "iris-mpc-common", "iris-mpc-gpu", "iris-mpc-store", - "metrics 0.22.3", + "metrics 0.23.0", "metrics-exporter-statsd 0.7.0", "ndarray", "rand", @@ -2625,7 +2625,7 @@ dependencies = [ "hex", "iris-mpc-common", "itertools 0.13.0", - "metrics 0.22.3", + "metrics 0.23.0", "metrics-exporter-statsd 0.7.0", "ndarray", "num-traits", diff --git a/iris-mpc-gpu/Cargo.toml b/iris-mpc-gpu/Cargo.toml index 9ee89c19e..2602bd990 100644 --- a/iris-mpc-gpu/Cargo.toml +++ b/iris-mpc-gpu/Cargo.toml @@ -29,7 +29,7 @@ serde_json.workspace = true sodiumoxide = "0.2.7" iris-mpc-common = { path = "../iris-mpc-common" } base64 = "0.22.1" -metrics = "0.22.1" +metrics = "0.23.0" metrics-exporter-statsd = "0.7" [dev-dependencies] diff --git a/iris-mpc/Cargo.toml b/iris-mpc/Cargo.toml index f91407733..cf40a4376 100644 --- a/iris-mpc/Cargo.toml +++ b/iris-mpc/Cargo.toml @@ -32,7 +32,7 @@ iris-mpc-gpu = { path = "../iris-mpc-gpu" } iris-mpc-common = { path = "../iris-mpc-common" } iris-mpc-store = { path = "../iris-mpc-store" } sha2 = "0.10.8" -metrics = "0.22.1" +metrics = "0.23.0" metrics-exporter-statsd = "0.7" [dev-dependencies]