about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-12-04 07:12:08 +0000
committerbors <bors@rust-lang.org>2023-12-04 07:12:08 +0000
commite27da142efd0f03795e2bb9a2925ba9611b2cd83 (patch)
tree9a956fb6c46122485413f16e5148000bcf6a154b /compiler/rustc_codegen_ssa
parent487d999e03f87e686ba1ec6a97cc6270a3a00ccf (diff)
parent81740452a83d8c4fe60a2c77dd9b3ef7d814e4b9 (diff)
downloadrust-e27da142efd0f03795e2bb9a2925ba9611b2cd83.tar.gz
rust-e27da142efd0f03795e2bb9a2925ba9611b2cd83.zip
Auto merge of #3207 - rust-lang:rustup-2023-12-04, r=RalfJung
Automatic Rustup
Diffstat (limited to 'compiler/rustc_codegen_ssa')
-rw-r--r--compiler/rustc_codegen_ssa/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/Cargo.toml b/compiler/rustc_codegen_ssa/Cargo.toml
index 0ca19e5fe4a..3f2ed257d08 100644
--- a/compiler/rustc_codegen_ssa/Cargo.toml
+++ b/compiler/rustc_codegen_ssa/Cargo.toml
@@ -9,7 +9,7 @@ ar_archive_writer = "0.1.5"
 bitflags = "1.2.1"
 cc = "1.0.69"
 itertools = "0.11"
-jobserver = "0.1.22"
+jobserver = "0.1.27"
 pathdiff = "0.2.0"
 regex = "1.4"
 rustc_arena = { path = "../rustc_arena" }