diff --git a/Cargo.lock b/Cargo.lock index ac90ffc..bb98c99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1505,9 +1505,9 @@ dependencies = [ [[package]] name = "prometheus-client" -version = "0.22.1" +version = "0.22.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f87c10af16e0af74010d2a123d202e8363c04db5acfa91d8747f64a8524da3a" +checksum = "c1ca959da22a332509f2a73ae9e5f23f9dcfc31fd3a54d71f159495bd5909baa" dependencies = [ "dtoa", "itoa", diff --git a/crates/lox-distributor/Cargo.toml b/crates/lox-distributor/Cargo.toml index 906d938..2086185 100644 --- a/crates/lox-distributor/Cargo.toml +++ b/crates/lox-distributor/Cargo.toml @@ -34,7 +34,7 @@ clap = { version = "4.5.1", features = ["derive"] } serde_json = "1.0.113" prometheus = "0.13.3" sled = "0.34.7" -prometheus-client = "0.22.1" +prometheus-client = "0.22.2" thiserror = "1" [dependencies.chrono]