Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-rebuild-order
Commits
9cd8ed2a
Verified
Commit
9cd8ed2a
authored
Jan 23, 2021
by
Jelle van der Waa
🚧
Browse files
Update rust dependencies
parent
4f1b5ff8
Pipeline
#4761
passed with stages
in 2 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
9cd8ed2a
...
...
@@ -2,9 +2,9 @@
# It is not intended for manual editing.
[[package]]
name = "alpm"
version = "1.1.
7
"
version = "1.1.
8
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
e834799ef219d0fce39b43998409e9c06e62c2446015a422d32b4fb4abfc8f54
"
checksum = "
393f4db567eb8e341b765f72e8ea955881b617c2fba38590d67671959a8ab5e3
"
dependencies = [
"alpm-sys",
"bitflags",
...
...
@@ -12,9 +12,9 @@ dependencies = [
[[package]]
name = "alpm-sys"
version = "1.1.
4
"
version = "1.1.
5
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
d6e4a05f349fdabd8ea6bc000fc559c674d64945571a71ff2937b9a66307c8f5
"
checksum = "
4ce0e5a21bca8d7aaf0d2eca91f02e0c4841b6f9fd3f64bdf68169e381a91c22
"
[[package]]
name = "ansi_term"
...
...
@@ -97,13 +97,13 @@ dependencies = [
[[package]]
name = "filetime"
version = "0.2.1
3
"
version = "0.2.1
4
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
0c122a393ea57648015bf06fbd3d372378992e86b9ff5a7a497b076a28c79efe
"
checksum = "
1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8
"
dependencies = [
"cfg-if 1.0.0",
"libc",
"redox_syscall",
"redox_syscall
0.2.4
",
"winapi",
]
...
...
@@ -115,11 +115,11 @@ checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
[[package]]
name = "getrandom"
version = "0.
1.15
"
version = "0.
2.2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6
"
checksum = "
c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8
"
dependencies = [
"cfg-if 0.
1.1
0",
"cfg-if
1.
0.0",
"libc",
"wasi",
]
...
...
@@ -132,27 +132,27 @@ checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
[[package]]
name = "heck"
version = "0.3.
1
"
version = "0.3.
2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205
"
checksum = "
87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac
"
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "hermit-abi"
version = "0.1.1
7
"
version = "0.1.1
8
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8
"
checksum = "
322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c
"
dependencies = [
"libc",
]
[[package]]
name = "indexmap"
version = "1.6.
0
"
version = "1.6.
1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2
"
checksum = "
4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b
"
dependencies = [
"autocfg",
"hashbrown",
...
...
@@ -166,9 +166,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
version = "0.2.8
0
"
version = "0.2.8
2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614
"
checksum = "
89203f3fba0a3795506acaad8ebce3c80c0af93f994d5a1d7a0b1eeb23271929
"
[[package]]
name = "petgraph"
...
...
@@ -221,20 +221,19 @@ dependencies = [
[[package]]
name = "quote"
version = "1.0.
7
"
version = "1.0.
8
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
aa563d17ecb180e500da1cfd2b028310ac758de54
8efd
d203e18f283af693f37
"
checksum = "
991431c3519a3f36861882da93630ce66b52918dcf1b
8e
2
fd
66b397fc96f28df
"
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.
7.3
"
version = "0.
8.2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03
"
checksum = "
18519b42a40024d661e1714153e9ad0c3de27cd495760ceb09710920f1098b1e
"
dependencies = [
"getrandom",
"libc",
"rand_chacha",
"rand_core",
...
...
@@ -243,9 +242,9 @@ dependencies = [
[[package]]
name = "rand_chacha"
version = "0.
2.2
"
version = "0.
3.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402
"
checksum = "
e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d
"
dependencies = [
"ppv-lite86",
"rand_core",
...
...
@@ -253,18 +252,18 @@ dependencies = [
[[package]]
name = "rand_core"
version = "0.
5
.1"
version = "0.
6
.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19
"
checksum = "
c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5
"
dependencies = [
"getrandom",
]
[[package]]
name = "rand_hc"
version = "0.
2
.0"
version = "0.
3
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c
"
checksum = "
3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73
"
dependencies = [
"rand_core",
]
...
...
@@ -275,6 +274,15 @@ version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
[[package]]
name = "redox_syscall"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05ec8ca9416c5ea37062b502703cd7fcb207736bc294f6e0cf367ac6fc234570"
dependencies = [
"bitflags",
]
[[package]]
name = "remove_dir_all"
version = "0.5.3"
...
...
@@ -329,9 +337,9 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "structopt"
version = "0.3.2
0
"
version = "0.3.2
1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
126d630294ec449fae0b16f964e35bf3c74f940da9dca17ee9b905f7b3112eb8
"
checksum = "
5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c
"
dependencies = [
"clap",
"lazy_static",
...
...
@@ -340,9 +348,9 @@ dependencies = [
[[package]]
name = "structopt-derive"
version = "0.4.1
3
"
version = "0.4.1
4
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
65e51c492f9e23a220534971ff5a
fc
1
40
37289de430e3c83f9daf6a1b6ae91e8
"
checksum = "
5ba9cdfda491b814720b6b06e0cac513d922
fc40
7582032e8706e9f137976f90
"
dependencies = [
"heck",
"proc-macro-error",
...
...
@@ -353,9 +361,9 @@ dependencies = [
[[package]]
name = "syn"
version = "1.0.
48
"
version = "1.0.
59
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
cc371affeffc477f42a221a1e4297aedcea33d47d19b61455588bd9d8f6b19ac
"
checksum = "
07cb8b1b4ebf86a89ee88cbd201b022b94138c623644d035185c84d3f41b7e66
"
dependencies = [
"proc-macro2",
"quote",
...
...
@@ -370,20 +378,20 @@ checksum = "489997b7557e9a43e192c527face4feacc78bfbe6eed67fd55c4c9e381cba290"
dependencies = [
"filetime",
"libc",
"redox_syscall",
"redox_syscall
0.1.57
",
"xattr",
]
[[package]]
name = "tempfile"
version = "3.
1
.0"
version = "3.
2
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9
"
checksum = "
dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22
"
dependencies = [
"cfg-if 0.
1.1
0",
"cfg-if
1.
0.0",
"libc",
"rand",
"redox_syscall",
"redox_syscall
0.2.4
",
"remove_dir_all",
"winapi",
]
...
...
@@ -419,9 +427,9 @@ dependencies = [
[[package]]
name = "unicode-segmentation"
version = "1.7.
0
"
version = "1.7.
1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
db8716a166f290ff49dabc18b44aa407cb7c6dbe1aa0971b44b8a24b0ca35aae
"
checksum = "
bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796
"
[[package]]
name = "unicode-width"
...
...
@@ -449,9 +457,9 @@ checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
[[package]]
name = "wasi"
version = "0.
9.0
+wasi-snapshot-preview1"
version = "0.
10.1
+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e51
9"
checksum = "
93c6c3420963c5c64bca373b25e77acb562081b9bb4dd5bb864187742186cea
9"
[[package]]
name = "winapi"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment