Browse Source

Update bincode requirement from 2 to 3

Updates the requirements on [bincode](https://github.com/bincode-org/bincode) to permit the latest version.
- [Commits](https://github.com/bincode-org/bincode/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
pull/235/head
dependabot[bot] 6 months ago
committed by GitHub
parent
commit
6cacff585b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      Cargo.toml

2
Cargo.toml

@ -61,7 +61,7 @@ android_logger = "0.15"
jni = { version = "0.21", default-features = false }
[target.'cfg(target_os="linux")'.dependencies]
bincode = "2"
bincode = "3"
[target.'cfg(target_os="windows")'.dependencies]
windows-service = "0.8"

Loading…
Cancel
Save