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

Bump bincode from 1.3.3 to 2.0.1

This commit is contained in:
Daniel Hofstetter 2025-04-16 10:21:42 +02:00
parent 8a5a2eed2a
commit e263ff3167
2 changed files with 31 additions and 8 deletions

View file

@ -537,7 +537,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" }
serde-big-array = "0.5.1"