diff --git a/client/Cargo.toml b/client/Cargo.toml index bd0fb882..c5fd358a 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -35,7 +35,7 @@ hecs = "0.7.6" rcgen = { version = "0.9.2", default-features = false } memoffset = "0.6" gltf = { version = "1.0.0", default-features = false, features = ["utils"] } -metrics = { version = "0.12.1", features = ["std"] } +metrics = { version = "0.20.1", features = ["std"] } metrics-core = "0.5.2" hdrhistogram = { version = "7", default-features = false }