Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Dunitrust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
nodes
rust
Dunitrust
Commits
6dd5a61c
Commit
6dd5a61c
authored
7 years ago
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
update Cargo.lock
parent
81b7891b
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Cargo.lock
+23
-27
23 additions, 27 deletions
Cargo.lock
with
23 additions
and
27 deletions
Cargo.lock
+
23
−
27
View file @
6dd5a61c
...
@@ -34,7 +34,7 @@ version = "0.9.2"
...
@@ -34,7 +34,7 @@ version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
dependencies = [
"byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.
37
(registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.
42
(registry+https://github.com/rust-lang/crates.io-index)",
]
]
[[package]]
[[package]]
...
@@ -107,17 +107,13 @@ dependencies = [
...
@@ -107,17 +107,13 @@ dependencies = [
[[package]]
[[package]]
name = "duniter-wotb"
name = "duniter-wotb"
<<<<<<< Updated upstream
version = "0.8.0-a0.2"
=======
version = "0.8.0-a0.5"
version = "0.8.0-a0.5"
>>>>>>> Stashed changes
dependencies = [
dependencies = [
"bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.
37
(registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.
42
(registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.
37
(registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.
42
(registry+https://github.com/rust-lang/crates.io-index)",
]
]
[[package]]
[[package]]
...
@@ -187,7 +183,7 @@ dependencies = [
...
@@ -187,7 +183,7 @@ dependencies = [
[[package]]
[[package]]
name = "proc-macro2"
name = "proc-macro2"
version = "0.3.
1
"
version = "0.3.
6
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
dependencies = [
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
...
@@ -195,10 +191,10 @@ dependencies = [
...
@@ -195,10 +191,10 @@ dependencies = [
[[package]]
[[package]]
name = "quote"
name = "quote"
version = "0.5.
1
"
version = "0.5.
2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
dependencies = [
"proc-macro2 0.3.
1
(registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 0.3.
6
(registry+https://github.com/rust-lang/crates.io-index)",
]
]
[[package]]
[[package]]
...
@@ -254,14 +250,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
...
@@ -254,14 +250,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
dependencies = [
"aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
"aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.5.
3
(registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.5.
5
(registry+https://github.com/rust-lang/crates.io-index)",
"thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
]
[[package]]
[[package]]
name = "regex-syntax"
name = "regex-syntax"
version = "0.5.
3
"
version = "0.5.
5
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
dependencies = [
"ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
...
@@ -296,26 +292,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
...
@@ -296,26 +292,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
[[package]]
name = "serde"
name = "serde"
version = "1.0.
37
"
version = "1.0.
42
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
[[package]]
name = "serde_derive"
name = "serde_derive"
version = "1.0.
37
"
version = "1.0.
42
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
dependencies = [
"proc-macro2 0.3.
1
(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)",
"quote 0.5.
2
(registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive_internals 0.23.
0
(registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive_internals 0.23.
1
(registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
]
[[package]]
[[package]]
name = "serde_derive_internals"
name = "serde_derive_internals"
version = "0.23.
0
"
version = "0.23.
1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
dependencies = [
"proc-macro2 0.3.
1
(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.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
]
...
@@ -324,8 +320,8 @@ name = "syn"
...
@@ -324,8 +320,8 @@ name = "syn"
version = "0.13.1"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
dependencies = [
"proc-macro2 0.3.
1
(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)",
"quote 0.5.
2
(registry+https://github.com/rust-lang/crates.io-index)",
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
]
...
@@ -418,22 +414,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
...
@@ -418,22 +414,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
"checksum proc-macro2 0.3.
1
(registry+https://github.com/rust-lang/crates.io-index)" = "
388d7ea47318c5ccdeb9ba6312cee7d3f65dd2804be8580a170fce410d50b786
"
"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)" = "
7b0ff51282f28dc1b53fd154298feaa2e77c5ea0dba68e1fd8b03b72fbe13d2a
"
"checksum quote 0.5.
2
(registry+https://github.com/rust-lang/crates.io-index)" = "
9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8
"
"checksum rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "15a732abf9d20f0ad8eeb6f909bf6868722d9a06e1e50802b6a70351f40b4eb1"
"checksum rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "15a732abf9d20f0ad8eeb6f909bf6868722d9a06e1e50802b6a70351f40b4eb1"
"checksum rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5"
"checksum rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5"
"checksum rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80e811e76f1dbf68abf87a759083d34600017fc4e10b6bd5ad84a700f9dba4b1"
"checksum rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80e811e76f1dbf68abf87a759083d34600017fc4e10b6bd5ad84a700f9dba4b1"
"checksum rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d24ad214285a7729b174ed6d3bcfcb80177807f959d95fafd5bfc5c4f201ac8"
"checksum rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d24ad214285a7729b174ed6d3bcfcb80177807f959d95fafd5bfc5c4f201ac8"
"checksum redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "0d92eecebad22b767915e4d529f89f28ee96dbbf5a4810d2b844373f136417fd"
"checksum redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "0d92eecebad22b767915e4d529f89f28ee96dbbf5a4810d2b844373f136417fd"
"checksum regex 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "aec3f58d903a7d2a9dc2bf0e41a746f4530e0cab6b615494e058f67a3ef947fb"
"checksum regex 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "aec3f58d903a7d2a9dc2bf0e41a746f4530e0cab6b615494e058f67a3ef947fb"
"checksum regex-syntax 0.5.
3
(registry+https://github.com/rust-lang/crates.io-index)" = "b
2550876c31dc914696a6c2e01cbce8afba79a93c8ae979d2fe051c0230b3756
"
"checksum regex-syntax 0.5.
5
(registry+https://github.com/rust-lang/crates.io-index)" = "b
d90079345f4a4c3409214734ae220fd773c6f2e8a543d07370c6c1c369cfbfb
"
"checksum rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)" = "f76d05d3993fd5f4af9434e8e436db163a12a9d40e1a58a726f27a01dfd12a2a"
"checksum rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)" = "f76d05d3993fd5f4af9434e8e436db163a12a9d40e1a58a726f27a01dfd12a2a"
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
"checksum safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f"
"checksum safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f"
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
"checksum serde 1.0.
37
(registry+https://github.com/rust-lang/crates.io-index)" = "
d3bcee660dcde8f52c3765dd9ca5ee36b4bf35470a738eb0bd5a8752b0389645
"
"checksum serde 1.0.
42
(registry+https://github.com/rust-lang/crates.io-index)" = "
a73973861352c932ed1365ce22b32467ce260ac4c8db11cf750ce56334ff2dcf
"
"checksum serde_derive 1.0.
37
(registry+https://github.com/rust-lang/crates.io-index)" = "
f1711ab8b208541fa8de00425f6a577d90f27bb60724d2bb5fd911314af9668f
"
"checksum serde_derive 1.0.
42
(registry+https://github.com/rust-lang/crates.io-index)" = "
b392c5a0cebb98121454531c50e60e2ffe0fbeb1a44da277da2d681d08d7dc0b
"
"checksum serde_derive_internals 0.23.
0
(registry+https://github.com/rust-lang/crates.io-index)" = "
89b340a48245bc03ddba31d0ff1709c118df90edc6adabaca4aac77aea181cce
"
"checksum serde_derive_internals 0.23.
1
(registry+https://github.com/rust-lang/crates.io-index)" = "
9d30c4596450fd7bbda79ef15559683f9a79ac0193ea819db90000d7e1cae794
"
"checksum syn 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "91b52877572087400e83d24b9178488541e3d535259e04ff17a63df1e5ceff59"
"checksum syn 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "91b52877572087400e83d24b9178488541e3d535259e04ff17a63df1e5ceff59"
"checksum thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "279ef31c19ededf577bfd12dfae728040a21f635b06a24cd670ff510edd38963"
"checksum thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "279ef31c19ededf577bfd12dfae728040a21f635b06a24cd670ff510edd38963"
"checksum time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "a15375f1df02096fb3317256ce2cee6a1f42fc84ea5ad5fc8c421cfe40c73098"
"checksum time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "a15375f1df02096fb3317256ce2cee6a1f42fc84ea5ad5fc8c421cfe40c73098"
...
...
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