diff --git a/lib/kpi/Cargo.toml b/lib/kpi/Cargo.toml index 8e8dbac9a..f1fbd5bd4 100644 --- a/lib/kpi/Cargo.toml +++ b/lib/kpi/Cargo.toml @@ -14,7 +14,7 @@ serde = { version = "1.0", default-features = false, features = ["derive", "allo serde_cbor = { version = "0.11", default-features = false, features = ["alloc"] } log = "0.4" static_assertions = "1.1.0" -memoffset = { version = "0.6", features = ["unstable_const"] } +memoffset = { version = "0.9", features = ["unstable_const"] } bit_field = "0.10.1" [target.'cfg(target_family = "unix")'.dev-dependencies]