diff --git a/Cargo.lock b/Cargo.lock index e694862..69e6f21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1866,6 +1866,7 @@ dependencies = [ "lazy_static", "moka", "num-bigint", + "num-traits", "phf", "prometheus", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index 705e294..feb8556 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,6 +47,7 @@ tracing = "0.1" tracing-subscriber = "0.3" url = "2.5.0" uuid = { version = "1.4", features = ["fast-rng", "v4", "serde"] } +num-traits = "0.2" [dev-dependencies] rstest = "0.18.2"