diff --git a/Cargo.lock b/Cargo.lock index 125bc8f..96908da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1499,9 +1499,9 @@ dependencies = [ [[package]] name = "prometheus-client" -version = "0.22.0" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "510c4f1c9d81d556458f94c98f857748130ea9737bbd6053da497503b26ea63c" +checksum = "6f87c10af16e0af74010d2a123d202e8363c04db5acfa91d8747f64a8524da3a" dependencies = [ "dtoa", "itoa", diff --git a/crates/lox-distributor/Cargo.toml b/crates/lox-distributor/Cargo.toml index 9194353..0bec997 100644 --- a/crates/lox-distributor/Cargo.toml +++ b/crates/lox-distributor/Cargo.toml @@ -34,7 +34,7 @@ clap = { version = "4.4.14", features = ["derive"] } serde_json = "1.0.108" prometheus = "0.13.3" sled = "0.34.7" -prometheus-client = "0.22.0" +prometheus-client = "0.22.1" thiserror = "1" [dependencies.chrono]