Skip to content

Commit

Permalink
build(deps): update android_logger requirement from 0.11.0 to 0.13.3
Browse files Browse the repository at this point in the history
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/commits)

---
updated-dependencies:
- dependency-name: android_logger
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 19, 2024
1 parent caa8062 commit 68447f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndk-examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ libc = "0.2"
log = "0.4.14"
ndk = { version = "0.7", features = ["api-level-23"] }
ndk-context = "0.1.1"
android_logger = "0.11.0"
android_logger = "0.13.3"
android-activity = { version = "0.4", features = ["native-activity"] }

[[example]]
Expand Down

0 comments on commit 68447f6

Please sign in to comment.