Skip to content

Commit

Permalink
Update memoffset requirement from 0.6 to 0.9 in /lib/kpi
Browse files Browse the repository at this point in the history
Updates the requirements on [memoffset](https://github.com/Gilnaa/memoffset) to permit the latest version.
- [Commits](Gilnaa/memoffset@v0.6.0...v0.9.0)

---
updated-dependencies:
- dependency-name: memoffset
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 23, 2023
1 parent c7f239c commit 63a835a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kpi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 63a835a

Please sign in to comment.