chore: fix bincode dependency version

This commit is contained in:
Nicolas Sarlin
2025-12-29 17:08:52 +01:00
committed by IceTDrinker
parent 36b6376cc4
commit 70a0021cbf
8 changed files with 9 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ experimental = []
[dev-dependencies]
serde_json = "~1.0"
itertools = { workspace = true }
bincode = "1.3.3"
bincode = { workspace = true }
criterion = "0.5.1"
[[bench]]