Skip to content

Commit

Permalink
Update android_logger requirement from 0.13 to 0.14 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 17, 2024
1 parent 20dce11 commit bac21ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ezlog-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ once_cell = "1.12"
thiserror = "1"
integer-encoding = "4.0"
bitflags = { version = "2.0.1", features = []}
android_logger = { version = "0.13", optional = true }
android_logger = { version = "0.14", optional = true }
regex = { version = "1", optional = true}
serde = { version = "1.0", features = ["derive"], optional = true }
serde_json = { version = "1.0", optional = true }
Expand Down

0 comments on commit bac21ea

Please sign in to comment.