diff --git a/Cargo.lock b/Cargo.lock index d3b4b98..96aebe6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3387,9 +3387,12 @@ dependencies = [ [[package]] name = "histogram" -version = "0.6.9" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12cb882ccb290b8646e554b157ab0b71e64e8d5bef775cd66b6531e52d302669" +checksum = "78dbc692bf02314a491f06bb95ae039fe842c1e1179f0036df08800fba0fb29b" +dependencies = [ + "thiserror 2.0.18", +] [[package]] name = "hmac" diff --git a/Cargo.toml b/Cargo.toml index 2044681..6f502d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -255,7 +255,7 @@ group = "0.13.0" hex = "0.4.3" hex-literal = "1.1.0" hidapi = { version = "2.6.6", default-features = false } -histogram = "0.6.9" +histogram = "1.4.1" http = "1.4.1" humantime = "2.3.0" hyper-util = "0.1.20"