From 63a835aa16a1d92a158b5f9c3751b31ede5ec3e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 18:14:35 +0000 Subject: [PATCH] Update memoffset requirement from 0.6 to 0.9 in /lib/kpi Updates the requirements on [memoffset](https://github.com/Gilnaa/memoffset) to permit the latest version. - [Commits](https://github.com/Gilnaa/memoffset/compare/v0.6.0...v0.9.0) --- updated-dependencies: - dependency-name: memoffset dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/kpi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]