Skip to content

Commit 12d69f9

Browse files
committed
Update ctrlc & libloading for rustc
1 parent 7b84c9e commit 12d69f9

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Cargo.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
709709
checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
710710
dependencies = [
711711
"lazy_static",
712-
"windows-sys 0.59.0",
712+
"windows-sys 0.48.0",
713713
]
714714

715715
[[package]]
@@ -849,9 +849,9 @@ dependencies = [
849849

850850
[[package]]
851851
name = "ctrlc"
852-
version = "3.4.6"
852+
version = "3.4.7"
853853
source = "registry+https://github.com/rust-lang/crates.io-index"
854-
checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
854+
checksum = "46f93780a459b7d656ef7f071fe699c4d3d2cb201c4b24d085b6ddc505276e73"
855855
dependencies = [
856856
"nix",
857857
"windows-sys 0.59.0",
@@ -1155,7 +1155,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
11551155
checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
11561156
dependencies = [
11571157
"libc",
1158-
"windows-sys 0.59.0",
1158+
"windows-sys 0.52.0",
11591159
]
11601160

11611161
[[package]]
@@ -2058,12 +2058,12 @@ dependencies = [
20582058

20592059
[[package]]
20602060
name = "libloading"
2061-
version = "0.8.6"
2061+
version = "0.8.7"
20622062
source = "registry+https://github.com/rust-lang/crates.io-index"
2063-
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
2063+
checksum = "6a793df0d7afeac54f95b471d3af7f0d4fb975699f972341a4b76988d49cdf0c"
20642064
dependencies = [
20652065
"cfg-if",
2066-
"windows-targets 0.48.5",
2066+
"windows-targets 0.53.0",
20672067
]
20682068

20692069
[[package]]
@@ -2321,9 +2321,9 @@ checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
23212321

23222322
[[package]]
23232323
name = "nix"
2324-
version = "0.29.0"
2324+
version = "0.30.1"
23252325
source = "registry+https://github.com/rust-lang/crates.io-index"
2326-
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
2326+
checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
23272327
dependencies = [
23282328
"bitflags",
23292329
"cfg-if",
@@ -4702,7 +4702,7 @@ dependencies = [
47024702
"errno",
47034703
"libc",
47044704
"linux-raw-sys",
4705-
"windows-sys 0.59.0",
4705+
"windows-sys 0.52.0",
47064706
]
47074707

47084708
[[package]]
@@ -4963,7 +4963,7 @@ dependencies = [
49634963
"cfg-if",
49644964
"libc",
49654965
"psm",
4966-
"windows-sys 0.59.0",
4966+
"windows-sys 0.52.0",
49674967
]
49684968

49694969
[[package]]
@@ -5106,7 +5106,7 @@ dependencies = [
51065106
"getrandom 0.3.2",
51075107
"once_cell",
51085108
"rustix",
5109-
"windows-sys 0.59.0",
5109+
"windows-sys 0.52.0",
51105110
]
51115111

51125112
[[package]]
@@ -5938,7 +5938,7 @@ version = "0.1.9"
59385938
source = "registry+https://github.com/rust-lang/crates.io-index"
59395939
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
59405940
dependencies = [
5941-
"windows-sys 0.59.0",
5941+
"windows-sys 0.48.0",
59425942
]
59435943

59445944
[[package]]

0 commit comments

Comments
 (0)