Roll cc: 1.2.43 => 1.2.45 in //third_party/rust.
This CL has been created semi-automatically. The expected review
process and other details can be found at
//tools/crates/create_update_cl.md
Updated crates:
* cc: 1.2.43 => 1.2.45; https://docs.rs/crate/cc/1.2.45
Bug: None
Cq-Include-Trybots: chromium/try:android-rust-arm32-rel
Cq-Include-Trybots: chromium/try:android-rust-arm64-dbg
Cq-Include-Trybots: chromium/try:android-rust-arm64-rel
Cq-Include-Trybots: chromium/try:linux-rust-x64-dbg
Cq-Include-Trybots: chromium/try:linux-rust-x64-rel
Cq-Include-Trybots: chromium/try:win-rust-x64-dbg
Cq-Include-Trybots: chromium/try:win-rust-x64-rel
Disable-Rts: True
Change-Id: I98c0e27b4e945dfb64d856f6eea83f3869ece378
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7136378
Commit-Queue: Daniel Rubery <drubery@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1542901}
diff --git a/infra/inclusive_language_presubmit_exempt_dirs.txt b/infra/inclusive_language_presubmit_exempt_dirs.txt
index 4475285..2518caf 100644
--- a/infra/inclusive_language_presubmit_exempt_dirs.txt
+++ b/infra/inclusive_language_presubmit_exempt_dirs.txt
@@ -6,6 +6,7 @@
base
base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base
base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/containers
+base/allocator/partition_allocator/src/partition_alloc/shim
base/android
base/android/java/src/org/chromium/base
base/containers
@@ -120,7 +121,6 @@
components/cast/named_message_port_connector
components/cbor
components/certificate_transparency
-components/component_updater/installer_policies
components/domain_reliability
components/enterprise/obfuscation/core
components/gcm_driver
diff --git a/third_party/rust/chromium_crates_io/Cargo.lock b/third_party/rust/chromium_crates_io/Cargo.lock
index 9938578..48f22572 100644
--- a/third_party/rust/chromium_crates_io/Cargo.lock
+++ b/third_party/rust/chromium_crates_io/Cargo.lock
@@ -84,7 +84,7 @@
[[package]]
name = "cc"
-version = "1.2.43"
+version = "1.2.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"find-msvc-tools",
diff --git a/third_party/rust/chromium_crates_io/vendor/cc-v1/Cargo.toml b/third_party/rust/chromium_crates_io/vendor/cc-v1/Cargo.toml
index 14f310d..f4992c3 100644
--- a/third_party/rust/chromium_crates_io/vendor/cc-v1/Cargo.toml
+++ b/third_party/rust/chromium_crates_io/vendor/cc-v1/Cargo.toml
@@ -6,13 +6,13 @@
# by `tools/crates/run_gnrt.py vendor`. Do not edit!
#
# This is an empty placeholder that has replaced the
-# `cc-1.2.43` crate.
+# `cc-1.2.45` crate.
#
# See `//tools/crates/gnrt/removed_crate.md` to learn more.
[package]
name = "cc"
-version = "1.2.43"
+version = "1.2.45"
[package.metadata.gnrt]
is_placeholder = true
diff --git a/third_party/rust/chromium_crates_io/vendor/cc-v1/src/lib.rs b/third_party/rust/chromium_crates_io/vendor/cc-v1/src/lib.rs
index 069c493f..c6c5ef9 100644
--- a/third_party/rust/chromium_crates_io/vendor/cc-v1/src/lib.rs
+++ b/third_party/rust/chromium_crates_io/vendor/cc-v1/src/lib.rs
@@ -6,6 +6,6 @@
// by `tools/crates/run_gnrt.py vendor`. Do not edit!
//
// This is an empty placeholder that has replaced the
-// `cc-1.2.43` crate.
+// `cc-1.2.45` crate.
//
// See `//tools/crates/gnrt/removed_crate.md` to learn more.