Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7727a45

Browse filesBrowse files
committed
Update ctrlc & libloading for rustc
1 parent 7b84c9e commit 7727a45
Copy full SHA for 7727a45

File tree

Expand file treeCollapse file tree

1 file changed

+7
-7
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-7
lines changed

‎Cargo.lock

Copy file name to clipboardExpand all lines: Cargo.lock
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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",
@@ -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",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.