Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
redox-os
coreutils
Commits
690460dc
Verified
Commit
690460dc
authored
Jul 26, 2022
by
Jeremy Soller
Browse files
Update Cargo.lock
parent
0010276c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
690460dc
...
...
@@ -51,9 +51,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "backtrace"
version = "0.3.6
4
"
version = "0.3.6
6
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
5e121dee8023ce33ab248d9ce1493df03c3b38a659b240096fcbd7048ff9c31f
"
checksum = "
cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7
"
dependencies = [
"addr2line",
"cc",
...
...
@@ -81,9 +81,9 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]
name = "bit-set"
version = "0.5.
2
"
version = "0.5.
3
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de
"
checksum = "
0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1
"
dependencies = [
"bit-vec",
]
...
...
@@ -165,12 +165,12 @@ dependencies = [
[[package]]
name = "crossbeam-utils"
version = "0.8.
8
"
version = "0.8.
11
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38
"
checksum = "
51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc
"
dependencies = [
"cfg-if",
"
lazy_static
",
"
once_cell
",
]
[[package]]
...
...
@@ -202,9 +202,9 @@ dependencies = [
[[package]]
name = "fastrand"
version = "1.
7
.0"
version = "1.
8
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf
"
checksum = "
a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499
"
dependencies = [
"instant",
]
...
...
@@ -234,20 +234,20 @@ checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
[[package]]
name = "getrandom"
version = "0.2.
5
"
version = "0.2.
7
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77
"
checksum = "
4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6
"
dependencies = [
"cfg-if",
"libc",
"wasi",
"wasi
0.11.0+wasi-snapshot-preview1
",
]
[[package]]
name = "gimli"
version = "0.26.
1
"
version = "0.26.
2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4
"
checksum = "
22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d
"
[[package]]
name = "instant"
...
...
@@ -266,24 +266,23 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
version = "0.2.12
1
"
version = "0.2.12
6
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f
"
checksum = "
349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836
"
[[package]]
name = "memchr"
version = "2.
4.1
"
version = "2.
5.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a
"
checksum = "
2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d
"
[[package]]
name = "miniz_oxide"
version = "0.
4.4
"
version = "0.
5.3
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b
"
checksum = "
6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc
"
dependencies = [
"adler",
"autocfg 1.1.0",
]
[[package]]
...
...
@@ -323,9 +322,9 @@ dependencies = [
[[package]]
name = "num-integer"
version = "0.1.4
4
"
version = "0.1.4
5
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db
"
checksum = "
225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9
"
dependencies = [
"autocfg 1.1.0",
"num-traits",
...
...
@@ -333,9 +332,9 @@ dependencies = [
[[package]]
name = "num-iter"
version = "0.1.4
2
"
version = "0.1.4
3
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59
"
checksum = "
7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252
"
dependencies = [
"autocfg 1.1.0",
"num-integer",
...
...
@@ -356,9 +355,9 @@ dependencies = [
[[package]]
name = "num-traits"
version = "0.2.1
4
"
version = "0.2.1
5
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290
"
checksum = "
578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd
"
dependencies = [
"autocfg 1.1.0",
]
...
...
@@ -371,20 +370,26 @@ checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
[[package]]
name = "object"
version = "0.2
7.1
"
version = "0.2
9.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9
"
checksum = "
21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53
"
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
[[package]]
name = "proc-macro2"
version = "1.0.
36
"
version = "1.0.
42
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c
7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029
"
checksum = "c
278e965f1d8cf32d6e0e96de3d3e79712178ae67986d9cf9151f51e95aac89b
"
dependencies = [
"unicode-
x
id",
"unicode-id
ent
",
]
[[package]]
...
...
@@ -415,9 +420,9 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
[[package]]
name = "quote"
version = "1.0.
16
"
version = "1.0.
20
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
b4af2ec4714533fcdf07e886f17025ace8b997b9ce51204ee69b6da831c3da57
"
checksum = "
3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804
"
dependencies = [
"proc-macro2",
]
...
...
@@ -539,9 +544,9 @@ dependencies = [
[[package]]
name = "redox_syscall"
version = "0.2.1
2
"
version = "0.2.1
6
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
8ae183fc1b06c149f0c1793e1eb447c8b04bfe46d48e9e48bfb8d2d7ed64ecf0
"
checksum = "
fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a
"
dependencies = [
"bitflags",
]
...
...
@@ -557,8 +562,8 @@ dependencies = [
[[package]]
name = "redox_users"
version = "0.4.
2
"
source = "git+https://gitlab.redox-os.org/redox-os/users.git#
f031315503259051ba5e5563d74a66b9d9614bc
3"
version = "0.4.
3
"
source = "git+https://gitlab.redox-os.org/redox-os/users.git#
45eb894e4385566eec510b1de6df820068ac438
3"
dependencies = [
"getrandom",
"redox_syscall",
...
...
@@ -569,9 +574,9 @@ dependencies = [
[[package]]
name = "regex-syntax"
version = "0.6.2
5
"
version = "0.6.2
7
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b
"
checksum = "
a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244
"
[[package]]
name = "remove_dir_all"
...
...
@@ -623,13 +628,13 @@ dependencies = [
[[package]]
name = "syn"
version = "1.0.
8
9"
version = "1.0.9
8
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
ea297be220d52398dcc07ce15a209fce436d361735ac1db700cab3b6cdfb9f54
"
checksum = "
c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd
"
dependencies = [
"proc-macro2",
"quote",
"unicode-
x
id",
"unicode-id
ent
",
]
[[package]]
...
...
@@ -672,18 +677,18 @@ dependencies = [
[[package]]
name = "thiserror"
version = "1.0.3
0
"
version = "1.0.3
1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417
"
checksum = "
bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a
"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.3
0
"
version = "1.0.3
1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b
"
checksum = "
0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a
"
dependencies = [
"proc-macro2",
"quote",
...
...
@@ -697,15 +702,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
dependencies = [
"libc",
"wasi",
"wasi
0.10.0+wasi-snapshot-preview1
",
"winapi",
]
[[package]]
name = "unicode-ident"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7"
[[package]]
name = "unicode-xid"
version = "0.2.
2
"
version = "0.2.
3
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3
"
checksum = "
957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04
"
[[package]]
name = "wait-timeout"
...
...
@@ -733,6 +744,12 @@ version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "winapi"
version = "0.3.9"
...
...
@@ -766,9 +783,9 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "zeroize"
version = "1.5.
4
"
version = "1.5.
7
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
7eb5728b8afd3f280a869ce1d4c554ffaed35f45c231fc41bfbd0381bef50317
"
checksum = "
c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f
"
dependencies = [
"zeroize_derive",
]
...
...
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