Upgrade rust/crates/protobuf to 2.24.1 am: 7c6935bfad am: a9ed1b297d am: 66a619045b

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/protobuf/+/1742655

Change-Id: I17d3454a48380a55cabb6916a4b97dcfeafecbf3
diff --git a/.cargo_vcs_info.json b/.cargo_vcs_info.json
index fd60efa..ce434ce 100644
--- a/.cargo_vcs_info.json
+++ b/.cargo_vcs_info.json
@@ -1,5 +1,5 @@
 {
   "git": {
-    "sha1": "0d3e6a3e72f0276f7c09ca119873f3ba7404a459"
+    "sha1": "6a1143f708c31fa16253a015c334fc6e9b001013"
   }
 }
diff --git a/Cargo.toml b/Cargo.toml
index 0893f0d..04ba0fb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
 [package]
 edition = "2018"
 name = "protobuf"
-version = "2.23.0"
+version = "2.24.1"
 authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
 description = "Rust implementation of Google protocol buffers\n"
 homepage = "https://github.com/stepancheg/rust-protobuf/"
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 98838a5..01322d9 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,7 +1,7 @@
 [package]
 
 name = "protobuf"
-version = "2.23.0"
+version = "2.24.1"
 authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
 edition = "2018"
 license = "MIT"
diff --git a/METADATA b/METADATA
index b777f0a..682fdea 100644
--- a/METADATA
+++ b/METADATA
@@ -7,13 +7,13 @@
   }
   url {
     type: ARCHIVE
-    value: "https://static.crates.io/crates/protobuf/protobuf-2.23.0.crate"
+    value: "https://static.crates.io/crates/protobuf/protobuf-2.24.1.crate"
   }
-  version: "2.23.0"
+  version: "2.24.1"
   license_type: NOTICE
   last_upgrade_date {
     year: 2021
-    month: 5
-    day: 19
+    month: 6
+    day: 21
   }
 }
diff --git a/out/version.rs b/out/version.rs
index 2ee7f96..cc886db 100644
--- a/out/version.rs
+++ b/out/version.rs
@@ -1,7 +1,7 @@
 /// protobuf crate version
-pub const VERSION: &'static str = "2.23.0";
+pub const VERSION: &'static str = "2.24.1";
 /// This symbol is used by codegen
 #[doc(hidden)]
-pub const VERSION_IDENT: &'static str = "VERSION_2_23_0";
+pub const VERSION_IDENT: &'static str = "VERSION_2_24_1";
 /// This symbol can be referenced to assert that proper version of crate is used
-pub const VERSION_2_23_0: () = ();
+pub const VERSION_2_24_1: () = ();