mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-17 20:42:01 +00:00
Update android_logger requirement from 0.14 to 0.15
Updates the requirements on [android_logger](https://github.com/rust-mobile/android_logger-rs) to permit the latest version. - [Release notes](https://github.com/rust-mobile/android_logger-rs/releases) - [Changelog](https://github.com/rust-mobile/android_logger-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-mobile/android_logger-rs/compare/0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: android_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e556f7657b
commit
9f0852b0f3
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ serde = { version = "1", features = ["derive"] }
|
|||
bincode = "1"
|
||||
|
||||
[target.'cfg(target_os="android")'.dependencies]
|
||||
android_logger = "0.14"
|
||||
android_logger = "0.15"
|
||||
jni = { version = "0.21", default-features = false }
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
|
|
Loading…
Add table
Reference in a new issue