1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

Merge pull request #7767 from cakebaker/bump_bincode

Bump `bincode` & adapt test code to API changes
This commit is contained in:
Sylvestre Ledru 2025-04-17 17:58:39 +02:00 committed by GitHub
commit 785ae3c954
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 39 additions and 12 deletions

View file

@ -538,7 +538,7 @@ xattr = { workspace = true }
# to deserialize a utmpx struct into a binary file
[target.'cfg(all(target_family= "unix",not(target_os = "macos")))'.dev-dependencies]
serde = { version = "1.0.202", features = ["derive"] }
bincode = { version = "1.3.3" }
bincode = { version = "2.0.1", features = ["serde"] }
serde-big-array = "0.5.1"