Browse Source

Update bincode-next requirement from 2.1.0 to 3.1.1

Updates the requirements on [bincode-next](https://github.com/Apich-Organization/bincode) to permit the latest version.
- [Release notes](https://github.com/Apich-Organization/bincode/releases)
- [Commits](https://github.com/Apich-Organization/bincode/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
pull/258/head
dependabot[bot] 4 weeks ago
committed by GitHub
parent
commit
64cf7b6c16
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.1"
jni = { version = "0.22.4", default-features = false }
[target.'cfg(target_os="linux")'.dependencies]
bincode-next = "2.1.0"
bincode-next = "3.1.1"
[target.'cfg(target_os="windows")'.dependencies]
windows-service = "0.8.1"

Loading…
Cancel
Save