diff --git a/Cargo.lock b/Cargo.lock index e0809822c18..dd1e398d34d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3416,9 +3416,12 @@ dependencies = [ [[package]] name = "histogram" -version = "0.6.9" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12cb882ccb290b8646e554b157ab0b71e64e8d5bef775cd66b6531e52d302669" +checksum = "12e53e81ca5f30edbe74ce380afa4c3572954aa615fd5b83b787b21f012743b8" +dependencies = [ + "thiserror 2.0.18", +] [[package]] name = "hmac" diff --git a/Cargo.toml b/Cargo.toml index f41764b5816..13126fb36c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -269,7 +269,7 @@ group = "0.13.0" hex = "0.4.3" hex-literal = "1.1.0" hidapi = { version = "2.6.5", default-features = false } -histogram = "0.6.9" +histogram = "1.1.0" http = "1.4.0" humantime = "2.3.0" hyper-util = "0.1.20"