Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
felixmoebius
libc
Commits
00372224
Commit
00372224
authored
6 years ago
by
Mike Hommey
Browse files
Options
Downloads
Patches
Plain Diff
Refresh Cargo.lock
Fixes #968.
parent
846ecb00
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Cargo.lock
+45
-45
45 additions, 45 deletions
Cargo.lock
with
45 additions
and
45 deletions
Cargo.lock
+
45
−
45
View file @
00372224
...
...
@@ -10,7 +10,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cc"
version = "1.0.
8
"
version = "1.0.
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
...
...
@@ -21,9 +21,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "ctest"
version = "0.1.7"
source = "git+https://github.com/alexcrichton/ctest#9
54f493d482a0873866ba335bee75ce2936e5415
"
source = "git+https://github.com/alexcrichton/ctest#9
4815cadb00ab7bcee8b2f9b903c4db7f14c6fa1
"
dependencies = [
"cc 1.0.
8
(registry+https://github.com/rust-lang/crates.io-index)",
"cc 1.0.
9
(registry+https://github.com/rust-lang/crates.io-index)",
"syntex_syntax 0.59.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
...
...
@@ -40,7 +40,7 @@ dependencies = [
"num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.3
3
(registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.3
7
(registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
...
...
@@ -59,7 +59,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "itoa"
version = "0.
3.4
"
version = "0.
4.1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
...
...
@@ -73,12 +73,12 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
version = "0.2.40"
[[package]]
name = "libc"
version = "0.2.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc-test"
...
...
@@ -119,7 +119,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "proc-macro2"
version = "0.
2.3
"
version = "0.
3.6
"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -127,10 +127,10 @@ dependencies = [
[[package]]
name = "quote"
version = "0.
4.2
"
version = "0.
5.1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 0.
2.3
(registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 0.
3.6
(registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
...
...
@@ -139,7 +139,7 @@ version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.
39
(registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.
40
(registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
...
...
@@ -166,50 +166,50 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "serde"
version = "1.0.3
3
"
version = "1.0.3
7
"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"serde_derive 1.0.3
3
(registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.3
7
(registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "serde_derive"
version = "1.0.3
3
"
version = "1.0.3
7
"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 0.
2.3
(registry+https://github.com/rust-lang/crates.io-index)",
"quote 0.
4.2
(registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive_internals 0.2
1
.0 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.1
2
.1
4
(registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 0.
3.6
(registry+https://github.com/rust-lang/crates.io-index)",
"quote 0.
5.1
(registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive_internals 0.2
3
.0 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.1
3
.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "serde_derive_internals"
version = "0.2
1
.0"
version = "0.2
3
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 0.
2.3
(registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.1
2
.1
4
(registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 0.
3.6
(registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.1
3
.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "serde_json"
version = "1.0.1
1
"
version = "1.0.1
3
"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"itoa 0.
3.4
(registry+https://github.com/rust-lang/crates.io-index)",
"itoa 0.
4.1
(registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.3
3
(registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.3
7
(registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "syn"
version = "0.1
2
.1
4
"
version = "0.1
3
.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 0.
2.3
(registry+https://github.com/rust-lang/crates.io-index)",
"quote 0.
4.2
(registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 0.
3.6
(registry+https://github.com/rust-lang/crates.io-index)",
"quote 0.
5.1
(registry+https://github.com/rust-lang/crates.io-index)",
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
...
...
@@ -218,9 +218,9 @@ name = "syntex_errors"
version = "0.59.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.
39
(registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.3
3
(registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.3
3
(registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.
40
(registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.3
7
(registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.3
7
(registry+https://github.com/rust-lang/crates.io-index)",
"syntex_pos 0.59.1 (registry+https://github.com/rust-lang/crates.io-index)",
"term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -231,8 +231,8 @@ name = "syntex_pos"
version = "0.59.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"serde 1.0.3
3
(registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.3
3
(registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.3
7
(registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.3
7
(registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
...
...
@@ -243,9 +243,9 @@ dependencies = [
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"extprim 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.3
3
(registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.3
3
(registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.1
1
(registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.3
7
(registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.3
7
(registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.1
3
(registry+https://github.com/rust-lang/crates.io-index)",
"syntex_errors 0.59.1 (registry+https://github.com/rust-lang/crates.io-index)",
"syntex_pos 0.59.1 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -297,31 +297,31 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[metadata]
"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
"checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf"
"checksum cc 1.0.
8
(registry+https://github.com/rust-lang/crates.io-index)" = "
d9324127e719125ec8a16e6e509abc4c641e773621b50aea695af3f005656d61
"
"checksum cc 1.0.
9
(registry+https://github.com/rust-lang/crates.io-index)" = "
2b4911e4bdcb4100c7680e7e854ff38e23f1b34d4d9e079efae3da2801341ffc
"
"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
"checksum ctest 0.1.7 (git+https://github.com/alexcrichton/ctest)" = "<none>"
"checksum dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab"
"checksum extprim 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eb09b6eb24a48a5c57729e4a60980bf538b3662c3bcec04b6c7908d7a0f3d9b9"
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
"checksum itoa 0.
3.4
(registry+https://github.com/rust-lang/crates.io-index)" = "
8324a32baf01e2ae060e9de58ed0bc2320c9a2833491ee36cd3b4c414de4db8c
"
"checksum itoa 0.
4.1
(registry+https://github.com/rust-lang/crates.io-index)" = "
c069bbec61e1ca5a596166e55dfe4773ff745c3d16b700013bcaff9a6df2c682
"
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
"checksum libc 0.2.
39
(registry+https://github.com/rust-lang/crates.io-index)" = "
f54263ad99207254cf58b5f701ecb432c717445ea2ee8af387334bdd1a03fdff
"
"checksum libc 0.2.
40
(registry+https://github.com/rust-lang/crates.io-index)" = "
6fd41f331ac7c5b8ac259b8bf82c75c0fb2e469bbf37d2becbba9a6a2221965b
"
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
"checksum log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2"
"checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
"checksum num-traits 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dee092fcdf725aee04dd7da1d21debff559237d49ef1cb3e69bcb8ece44c7364"
"checksum proc-macro2 0.
2.3
(registry+https://github.com/rust-lang/crates.io-index)" = "
cd07deb3c6d1d9ff827999c7f9b04cdfd66b1b17ae508e14fe47b620f2282ae0
"
"checksum quote 0.
4.2
(registry+https://github.com/rust-lang/crates.io-index)" = "
1eca14c727ad12702eb4b6bfb5a232
28
7
dc
f8385cb8ca83a3eeaf6519c44c408
"
"checksum proc-macro2 0.
3.6
(registry+https://github.com/rust-lang/crates.io-index)" = "
49b6a521dc81b643e9a51e0d1cf05df46d5a2f3c0280ea72bcb68276ba64a118
"
"checksum quote 0.
5.1
(registry+https://github.com/rust-lang/crates.io-index)" = "
7b0ff51282f
28dc
1b53fd154298feaa2e77c5ea0dba68e1fd8b03b72fbe13d2a
"
"checksum rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5"
"checksum rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a54aa04a10c68c1c4eacb4337fd883b435997ede17a9385784b990777686b09a"
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
"checksum serde 1.0.3
3
(registry+https://github.com/rust-lang/crates.io-index)" = "
4fe95aa0d46f04ce5c3a88bdcd4114ecd6144ed0b2725ebca2f1127744357807
"
"checksum serde_derive 1.0.3
3
(registry+https://github.com/rust-lang/crates.io-index)" = "
23b163a6ce7e1aa897919f9d8e40bd1f8a6f95342ed57727ae31387a01a7a356
"
"checksum serde_derive_internals 0.2
1
.0 (registry+https://github.com/rust-lang/crates.io-index)" = "
370aa477297975243dc914d0b0e1234927520ec311de507a560fbd1c80f7ab8c
"
"checksum serde_json 1.0.1
1
(registry+https://github.com/rust-lang/crates.io-index)" = "
fab6c4d75bedcf880711c85e39ebf8ccc70d0eba259899047ec5d7436643ee17
"
"checksum syn 0.1
2
.1
4
(registry+https://github.com/rust-lang/crates.io-index)" = "
8c5bc2d6ff27891209efa5f63e9de
78
6
48
d7801f085e4653701a692ce938d6fd
"
"checksum serde 1.0.3
7
(registry+https://github.com/rust-lang/crates.io-index)" = "
d3bcee660dcde8f52c3765dd9ca5ee36b4bf35470a738eb0bd5a8752b0389645
"
"checksum serde_derive 1.0.3
7
(registry+https://github.com/rust-lang/crates.io-index)" = "
f1711ab8b208541fa8de00425f6a577d90f27bb60724d2bb5fd911314af9668f
"
"checksum serde_derive_internals 0.2
3
.0 (registry+https://github.com/rust-lang/crates.io-index)" = "
89b340a48245bc03ddba31d0ff1709c118df90edc6adabaca4aac77aea181cce
"
"checksum serde_json 1.0.1
3
(registry+https://github.com/rust-lang/crates.io-index)" = "
5c508584d9913df116b91505eec55610a2f5b16e9ed793c46e4d0152872b3e74
"
"checksum syn 0.1
3
.1 (registry+https://github.com/rust-lang/crates.io-index)" = "
91b52877572087400e83d24b91
7848
8541e3d535259e04ff17a63df1e5ceff59
"
"checksum syntex_errors 0.59.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3133289179676c9f5c5b2845bf5a2e127769f4889fcbada43035ef6bd662605e"
"checksum syntex_pos 0.59.1 (registry+https://github.com/rust-lang/crates.io-index)" = "30ab669fa003d208c681f874bbc76d91cc3d32550d16b5d9d2087cf477316470"
"checksum syntex_syntax 0.59.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03815b9f04d95828770d9c974aa39c6e1f6ef3114eb77a3ce09008a0d15dd142"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment