diff --git a/Cargo.lock b/Cargo.lock index d8eceef351a1..5a50871fcf5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -670,9 +670,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.66" +version = "1.0.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48" +checksum = "581f5dba903aac52ea3feb5ec4810848460ee833876f1f9b0fdeab1f19091574" dependencies = [ "jobserver", ] diff --git a/common/workspace-hack/Cargo.toml b/common/workspace-hack/Cargo.toml index 823c638d6587..6fa05ae46581 100644 --- a/common/workspace-hack/Cargo.toml +++ b/common/workspace-hack/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" [dependencies] byteorder = { version = "1.4.2", features = ["i128", "std"] } bytes = { version = "1.0.0", features = ["serde", "std"] } -cc = { version = "1.0.66", features = ["jobserver", "parallel"] } +cc = { version = "1.0.74", features = ["jobserver", "parallel"] } chrono = "0.4.19" itertools = "0.10.0" itoa = "0.4.7"