From 574132b3ee9ebccb63e223a35ef50e42559f5666 Mon Sep 17 00:00:00 2001 From: Daeho Ro <40587651+daeho-ro@users.noreply.github.com> Date: Mon, 30 Mar 2026 23:52:48 +0900 Subject: [PATCH] Update `metrics` to support newer version of `rust` --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e3ae27067..58f8c2ea1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2505,9 +2505,9 @@ dependencies = [ [[package]] name = "metrics" -version = "0.23.0" +version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "884adb57038347dfbaf2d5065887b6cf4312330dc8e94bc30a1a839bd79d3261" +checksum = "3045b4193fbdc5b5681f32f11070da9be3609f189a79f3390706d42587f46bb5" dependencies = [ "ahash", "portable-atomic", diff --git a/Cargo.toml b/Cargo.toml index 6d3c44dee..1afc22f5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ homepage = "https://github.com/huggingface/text-embeddings-inference" anyhow = "1.0.75" clap = { version = "4.1", features = ["derive", "env"] } hf-hub = { version = "0.4", features = ["tokio"], default-features = false } -metrics = "0.23" +metrics = "0.23.1" nohash-hasher = "0.2" num_cpus = "1.16.0" tokenizers = { version = "0.21.0", default-features = false, features = ["onig", "esaxx_fast"] }