Skip to content

Commit 978c221

Browse files
committed
Bump dependencies
1 parent 3e29144 commit 978c221

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "android_logger"
3-
version = "0.8.6"
3+
version = "0.9.0"
44
authors = ["The android_logger Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"
@@ -16,13 +16,13 @@ default = ["regex"]
1616
regex = ["env_logger/regex"]
1717

1818
[dependencies]
19-
lazy_static = "1.0"
19+
lazy_static = "1.4"
2020

2121
[dependencies.log]
2222
version = "0.4"
2323

2424
[dependencies.android_log-sys]
25-
version = "0.1"
25+
version = "0.2"
2626

2727
[dependencies.env_logger]
2828
version = "0.7"

0 commit comments

Comments
 (0)