mirror of
https://github.com/timvisee/ffsend.git
synced 2025-01-31 19:51:35 +01:00
Upgrade ffsend-api dependency to 0.2.0 from crates.io
This commit is contained in:
parent
6979a901f3
commit
3a1556c5c6
16
Cargo.lock
generated
16
Cargo.lock
generated
@ -509,7 +509,7 @@ dependencies = [
|
||||
"derive_builder 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"ffsend-api 0.1.1 (git+https://gitlab.com/timvisee/ffsend-api.git?rev=send3)",
|
||||
"ffsend-api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"open 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@ -527,8 +527,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ffsend-api"
|
||||
version = "0.1.1"
|
||||
source = "git+https://gitlab.com/timvisee/ffsend-api.git?rev=send3#6c457cf9deddf846652fdb78137da9370d8f0ec5"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@ -553,7 +553,7 @@ dependencies = [
|
||||
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"version-compare 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"websocket 0.22.2 (git+https://github.com/timvisee/rust-websocket.git)",
|
||||
"websocket 0.22.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -1953,8 +1953,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "websocket"
|
||||
version = "0.22.2"
|
||||
source = "git+https://github.com/timvisee/rust-websocket.git#f3e3e1ec09b99198576dd9808fc350829ee55b85"
|
||||
version = "0.22.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@ -2092,7 +2092,7 @@ dependencies = [
|
||||
"checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2"
|
||||
"checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1"
|
||||
"checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
||||
"checksum ffsend-api 0.1.1 (git+https://gitlab.com/timvisee/ffsend-api.git?rev=send3)" = "<none>"
|
||||
"checksum ffsend-api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e1543de3dedf3c548a60f0064fe481441947ee33dbbde25f472fa6628bbfd2f7"
|
||||
"checksum filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a2df5c1a8c4be27e7707789dc42ae65976e60b394afd293d1419ab915833e646"
|
||||
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
|
||||
"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
||||
@ -2252,7 +2252,7 @@ dependencies = [
|
||||
"checksum version-compare 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "78068add8bf1e4d37d13fa5867182fe4c03f8e525c831053733f83aaba942d37"
|
||||
"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
||||
"checksum want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "797464475f30ddb8830cc529aaaae648d581f99e2036a928877dfde027ddf6b3"
|
||||
"checksum websocket 0.22.2 (git+https://github.com/timvisee/rust-websocket.git)" = "<none>"
|
||||
"checksum websocket 0.22.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7cc2d74d89f9df981ab41ae624e33cf302fdf456b93455c6a31911a99c9f0bb8"
|
||||
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
||||
"checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0"
|
||||
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
||||
|
@ -75,9 +75,7 @@ colored = "1.7"
|
||||
derive_builder = "0.7"
|
||||
directories = "1.0"
|
||||
failure = "0.1"
|
||||
# TODO: revert to crates.io package when merged to master
|
||||
#ffsend-api = { version = "0.1.1", default-features = false }
|
||||
ffsend-api = { version = "*", git = "https://gitlab.com/timvisee/ffsend-api.git", rev = "send3", default-features = false }
|
||||
ffsend-api = { version = "0.2.0", default-features = false }
|
||||
fs2 = "0.4"
|
||||
lazy_static = "1.0"
|
||||
open = "1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user