Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ğ
Ğcli
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
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
clients
Rust
Ğcli
Commits
c29b7bec
Commit
c29b7bec
authored
4 years ago
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
deps: upgrade duniter-gva-gql
parent
ed1d1893
No related branches found
No related tags found
No related merge requests found
Pipeline
#10502
failed
4 years ago
Stage: fmt
Stage: tests
Stage: quality
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Cargo.lock
+15
-15
15 additions, 15 deletions
Cargo.lock
with
15 additions
and
15 deletions
Cargo.lock
+
15
−
15
View file @
c29b7bec
...
...
@@ -718,7 +718,7 @@ dependencies = [
[[package]]
name = "duniter-conf"
version = "0.1.0"
source = "git+https://git.duniter.org/nodes/typescript/duniter?branch=dev#
fbb9547856d820259a03e619629134151dd26603
"
source = "git+https://git.duniter.org/nodes/typescript/duniter?branch=dev#
339cf5979fd008eab765909d87594c6a78043ce5
"
dependencies = [
"dubp",
"serde",
...
...
@@ -727,7 +727,7 @@ dependencies = [
[[package]]
name = "duniter-dbs"
version = "0.1.0"
source = "git+https://git.duniter.org/nodes/typescript/duniter?branch=dev#
fbb9547856d820259a03e619629134151dd26603
"
source = "git+https://git.duniter.org/nodes/typescript/duniter?branch=dev#
339cf5979fd008eab765909d87594c6a78043ce5
"
dependencies = [
"arrayvec",
"bincode",
...
...
@@ -748,7 +748,7 @@ dependencies = [
[[package]]
name = "duniter-dbs-read-ops"
version = "0.1.0"
source = "git+https://git.duniter.org/nodes/typescript/duniter?branch=dev#
fbb9547856d820259a03e619629134151dd26603
"
source = "git+https://git.duniter.org/nodes/typescript/duniter?branch=dev#
339cf5979fd008eab765909d87594c6a78043ce5
"
dependencies = [
"anyhow",
"dubp",
...
...
@@ -759,7 +759,7 @@ dependencies = [
[[package]]
name = "duniter-dbs-write-ops"
version = "0.1.0"
source = "git+https://git.duniter.org/nodes/typescript/duniter?branch=dev#
fbb9547856d820259a03e619629134151dd26603
"
source = "git+https://git.duniter.org/nodes/typescript/duniter?branch=dev#
339cf5979fd008eab765909d87594c6a78043ce5
"
dependencies = [
"chrono",
"dubp",
...
...
@@ -772,7 +772,7 @@ dependencies = [
[[package]]
name = "duniter-gva-dbs-reader"
version = "0.1.0"
source = "git+https://git.duniter.org/nodes/typescript/duniter?branch=dev#
fbb9547856d820259a03e619629134151dd26603
"
source = "git+https://git.duniter.org/nodes/typescript/duniter?branch=dev#
339cf5979fd008eab765909d87594c6a78043ce5
"
dependencies = [
"anyhow",
"dubp",
...
...
@@ -783,7 +783,7 @@ dependencies = [
[[package]]
name = "duniter-gva-gql"
version = "0.1.0"
source = "git+https://git.duniter.org/nodes/typescript/duniter?branch=dev#
fbb9547856d820259a03e619629134151dd26603
"
source = "git+https://git.duniter.org/nodes/typescript/duniter?branch=dev#
339cf5979fd008eab765909d87594c6a78043ce5
"
dependencies = [
"anyhow",
"arrayvec",
...
...
@@ -807,7 +807,7 @@ dependencies = [
[[package]]
name = "duniter-mempools"
version = "0.1.0"
source = "git+https://git.duniter.org/nodes/typescript/duniter?branch=dev#
fbb9547856d820259a03e619629134151dd26603
"
source = "git+https://git.duniter.org/nodes/typescript/duniter?branch=dev#
339cf5979fd008eab765909d87594c6a78043ce5
"
dependencies = [
"dubp",
"duniter-dbs",
...
...
@@ -820,7 +820,7 @@ dependencies = [
[[package]]
name = "duniter-module"
version = "0.1.0"
source = "git+https://git.duniter.org/nodes/typescript/duniter?branch=dev#
fbb9547856d820259a03e619629134151dd26603
"
source = "git+https://git.duniter.org/nodes/typescript/duniter?branch=dev#
339cf5979fd008eab765909d87594c6a78043ce5
"
dependencies = [
"anyhow",
"async-trait",
...
...
@@ -900,9 +900,9 @@ checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
[[package]]
name = "fast-threadpool"
version = "0.2.
2
"
version = "0.2.
3
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
f7b7af2f4b094190e85f8ba81ac02159ca91edc5aacd490eebfcc3f53b444e11
"
checksum = "
0585e8f3a04d8c4a65927a5cb5e42c6ce641528b4fc294af9d7990fcd6c4b86a
"
dependencies = [
"async-oneshot",
"flume",
...
...
@@ -929,9 +929,9 @@ dependencies = [
[[package]]
name = "flume"
version = "0.
9.2
"
version = "0.
10.0
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1
bebadab126f8120d410b677ed95eee4ba6eb7c6dd8e34a5ec88a08050e26132
"
checksum = "1
e727ae0c455db3603e32c03fa722a8ccbd616b394eca686d76f9b2c9a91bb91
"
dependencies = [
"futures-core",
"futures-sink",
...
...
@@ -1489,7 +1489,7 @@ dependencies = [
[[package]]
name = "kv_typed"
version = "0.1.0"
source = "git+https://git.duniter.org/nodes/typescript/duniter?branch=dev#
fbb9547856d820259a03e619629134151dd26603
"
source = "git+https://git.duniter.org/nodes/typescript/duniter?branch=dev#
339cf5979fd008eab765909d87594c6a78043ce5
"
dependencies = [
"byteorder",
"cfg-if 0.1.10",
...
...
@@ -1680,9 +1680,9 @@ dependencies = [
[[package]]
name = "nanorand"
version = "0.
4.4
"
version = "0.
5.1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
dacfd1e4084e3220e57fbd5a7030deb
248
b
46
051d4ac2989e1d4a890e393d7c5
"
checksum = "
3173d7bb904c5a3a2f9167eb936916a39e971
24846
b8316223323aed9a34d1e7
"
dependencies = [
"getrandom 0.2.0",
]
...
...
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