mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-17 20:42:01 +00:00
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:
parent
e556f7657b
commit
0ed2b4677c
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue