Bump android_logger from 0.7.0 to 0.8.6

Bumps [android_logger](https://github.com/Nercury/android_logger-rs) from 0.7.0 to 0.8.6.
- [Release notes](https://github.com/Nercury/android_logger-rs/releases)
- [Commits](https://github.com/Nercury/android_logger-rs/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-22 08:34:56 +00:00 committed by GitHub
parent 26b7a48aa9
commit 9045963150
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View file

@ -73,11 +73,12 @@ checksum = "b8052e2d8aabbb8d556d6abbcce2a22b9590996c5f849b9c7ce4544a2e3b984e"
[[package]]
name = "android_logger"
version = "0.7.0"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf44378e81264148f08e58336674542f82d0021f685d0be0320c82e1653dbe0b"
checksum = "8cbd542dd180566fad88fd2729a53a62a734843c626638006a9d63ec0688484e"
dependencies = [
"android_log-sys",
"env_logger",
"lazy_static",
"log",
]

View file

@ -15,7 +15,7 @@ bench = false
[dependencies]
android_injected_glue = "0.2"
android_logger = "0.7"
android_logger = "0.8"
gstreamer = "0.15"
jni = "0.10.2"
libc = "0.2"