diff --git a/Cargo.lock b/Cargo.lock index 2cca5d81dd5..0a6c2f5afa7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -167,15 +167,15 @@ checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" [[package]] name = "android_log-sys" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ecc8056bf6ab9892dcd53216c83d1597487d7dacac16c8df6b877d127df9937" +checksum = "84521a3cf562bc62942e294181d9eef17eb38ceb8c68677bc49f144e4c3d4f8d" [[package]] name = "android_logger" -version = "0.14.1" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05b07e8e73d720a1f2e4b6014766e6039fd2e96a4fa44e2a78d0e1fa2ff49826" +checksum = "f6f39be698127218cca460cb624878c9aa4e2b47dba3b277963d2bf00bad263b" dependencies = [ "android_log-sys", "env_filter", diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index ccafe55bc8b..8ed43fdd3af 100644 --- a/ports/servoshell/Cargo.toml +++ b/ports/servoshell/Cargo.toml @@ -78,7 +78,7 @@ tracing-perfetto = { workspace = true, optional = true } icu_locid = "1.5.0" [target.'cfg(target_os = "android")'.dependencies] -android_logger = "0.14" +android_logger = "0.15" ipc-channel = { workspace = true } jni = "0.21.1" libloading = "0.8"