Skip to content

Commit 414482f

Browse files
committed
Auto merge of #140921 - Berrysoft:update-rustc-lock, r=jieyouxu
Update `ctrlc`, `libloading` and `nix` for rustc The main purpose is to update `nix` to 0.30.1. It adds support for cygwin.
2 parents 4eca99a + 7727a45 commit 414482f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -843,9 +843,9 @@ dependencies = [
843843

844844
[[package]]
845845
name = "ctrlc"
846-
version = "3.4.6"
846+
version = "3.4.7"
847847
source = "registry+https://github.com/rust-lang/crates.io-index"
848-
checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
848+
checksum = "46f93780a459b7d656ef7f071fe699c4d3d2cb201c4b24d085b6ddc505276e73"
849849
dependencies = [
850850
"nix",
851851
"windows-sys 0.59.0",
@@ -2052,12 +2052,12 @@ dependencies = [
20522052

20532053
[[package]]
20542054
name = "libloading"
2055-
version = "0.8.6"
2055+
version = "0.8.7"
20562056
source = "registry+https://github.com/rust-lang/crates.io-index"
2057-
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
2057+
checksum = "6a793df0d7afeac54f95b471d3af7f0d4fb975699f972341a4b76988d49cdf0c"
20582058
dependencies = [
20592059
"cfg-if",
2060-
"windows-targets 0.48.5",
2060+
"windows-targets 0.53.0",
20612061
]
20622062

20632063
[[package]]
@@ -2306,9 +2306,9 @@ checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
23062306

23072307
[[package]]
23082308
name = "nix"
2309-
version = "0.29.0"
2309+
version = "0.30.1"
23102310
source = "registry+https://github.com/rust-lang/crates.io-index"
2311-
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
2311+
checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
23122312
dependencies = [
23132313
"bitflags",
23142314
"cfg-if",

0 commit comments

Comments
 (0)