mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
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:
parent
26b7a48aa9
commit
9045963150
2 changed files with 4 additions and 3 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -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",
|
||||
]
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue