Update bincode requirement from 1 to 2

Updates the requirements on [bincode](https://github.com/bincode-org/bincode) to permit the latest version.
- [Release notes](https://github.com/bincode-org/bincode/releases)
- [Commits](https://github.com/bincode-org/bincode/compare/v1.0.0...v2.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-07 00:32:37 +00:00 committed by GitHub
parent e556f7657b
commit 0ed2b4677c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,7 +60,7 @@ serde_json = "1"
[target.'cfg(target_os="linux")'.dependencies]
serde = { version = "1", features = ["derive"] }
bincode = "1"
bincode = "2"
[target.'cfg(target_os="android")'.dependencies]
android_logger = "0.14"