aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-07 13:49:00 +0000
committerGitHub <noreply@github.com>2025-03-07 13:49:00 +0000
commit18668e3042d9db1df500ef36e9a5067c9b6bbf0b (patch)
tree51264d94dc819588331badd924c9280d186adb2e
parent50d5ea0fbff80b13650da714b057498b57821c49 (diff)
downloadservo-18668e3042d9db1df500ef36e9a5067c9b6bbf0b.tar.gz
servo-18668e3042d9db1df500ef36e9a5067c9b6bbf0b.zip
build(deps): bump android_logger from 0.14.1 to 0.15.0 (#35840)
Bumps [android_logger](https://github.com/rust-mobile/android_logger-rs) from 0.14.1 to 0.15.0. - [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.1...v0.15.0) --- updated-dependencies: - dependency-name: android_logger dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock8
-rw-r--r--ports/servoshell/Cargo.toml2
2 files changed, 5 insertions, 5 deletions
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"