Upgrade rust/crates/android_logger to 0.10.0

Test: make
Change-Id: I00732a04f6053c07f83aa4c88771208d7fb629b4
diff --git a/.cargo_vcs_info.json b/.cargo_vcs_info.json
index cbd863c..9c90d15 100644
--- a/.cargo_vcs_info.json
+++ b/.cargo_vcs_info.json
@@ -1,5 +1,5 @@
 {
   "git": {
-    "sha1": "91a6943f7814d457bf001c9a1185e15e80382659"
+    "sha1": "ed772ca806d8ddde99bdc02019224cfa498a5097"
   }
 }
diff --git a/Android.bp b/Android.bp
index 6a6929e..f1937d7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -83,9 +83,9 @@
 //   aho-corasick-0.7.15 "default,std"
 //   android_log-sys-0.2.0
 //   cfg-if-1.0.0
-//   env_logger-0.7.1 "regex"
+//   env_logger-0.8.3 "regex"
 //   lazy_static-1.4.0
 //   log-0.4.14 "std"
 //   memchr-2.3.4 "default,std,use_std"
-//   regex-1.4.4 "aho-corasick,default,memchr,perf,perf-cache,perf-dfa,perf-inline,perf-literal,std,unicode,unicode-age,unicode-bool,unicode-case,unicode-gencat,unicode-perl,unicode-script,unicode-segment"
-//   regex-syntax-0.6.23 "default,unicode,unicode-age,unicode-bool,unicode-case,unicode-gencat,unicode-perl,unicode-script,unicode-segment"
+//   regex-1.4.5 "aho-corasick,memchr,perf,perf-cache,perf-dfa,perf-inline,perf-literal,std"
+//   regex-syntax-0.6.23
diff --git a/Cargo.toml b/Cargo.toml
index 16a76fa..4652521 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@
 
 [package]
 name = "android_logger"
-version = "0.9.2"
+version = "0.10.0"
 authors = ["The android_logger Developers"]
 description = "A logging implementation for `log` which hooks to android log output.\n"
 readme = "README.md"
@@ -24,7 +24,7 @@
 version = "0.2"
 
 [dependencies.env_logger]
-version = "0.7"
+version = "0.8"
 default-features = false
 
 [dependencies.lazy_static]
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 46785d6..9aebc2c 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
 [package]
 name = "android_logger"
-version = "0.9.2"
+version = "0.10.0"
 authors = ["The android_logger Developers"]
 license = "MIT OR Apache-2.0"
 readme = "README.md"
@@ -25,7 +25,7 @@
 version = "0.2"
 
 [dependencies.env_logger]
-version = "0.7"
+version = "0.8"
 default-features = false
 
 [badges]
diff --git a/METADATA b/METADATA
index 5b4dec9..6443955 100644
--- a/METADATA
+++ b/METADATA
@@ -7,13 +7,13 @@
   }
   url {
     type: ARCHIVE
-    value: "https://static.crates.io/crates/android_logger/android_logger-0.9.2.crate"
+    value: "https://static.crates.io/crates/android_logger/android_logger-0.10.0.crate"
   }
-  version: "0.9.2"
+  version: "0.10.0"
   license_type: NOTICE
   last_upgrade_date {
-    year: 2020
-    month: 12
-    day: 7
+    year: 2021
+    month: 4
+    day: 1
   }
 }
diff --git a/README.md b/README.md
index f96823c..9b2c4a4 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
 
 ```toml
 [target.'cfg(target_os = "android")'.dependencies]
-android_logger = "0.9"
+android_logger = "0.10"
 ```
 
 Example of initialization on activity creation, with log configuration: