Update dependencies
Signed-off-by: Aron Heinecke <aron.heinecke@t-online.de>
This commit is contained in:
parent
ce4d14c830
commit
0640cf9bd8
2 changed files with 320 additions and 298 deletions
608
Cargo.lock
generated
608
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
10
Cargo.toml
10
Cargo.toml
|
@ -33,13 +33,15 @@ anyhow = "1"
|
||||||
tokio-stream = "0.1"
|
tokio-stream = "0.1"
|
||||||
|
|
||||||
[dependencies.tsproto-packets]
|
[dependencies.tsproto-packets]
|
||||||
git = "https://github.com/ReSpeak/tsclientlib"
|
version = "0.1"
|
||||||
rev = "3aa03661a2b9c62a6faf05e0f16a94e606c4fdb6"
|
#git = "https://github.com/ReSpeak/tsclientlib"
|
||||||
|
#rev = "3aa03661a2b9c62a6faf05e0f16a94e606c4fdb6"
|
||||||
|
|
||||||
[dependencies.tsclientlib]
|
[dependencies.tsclientlib]
|
||||||
git = "https://github.com/ReSpeak/tsclientlib"
|
version = "0.2"
|
||||||
|
#git = "https://github.com/ReSpeak/tsclientlib"
|
||||||
#default-features = false
|
#default-features = false
|
||||||
rev = "3aa03661a2b9c62a6faf05e0f16a94e606c4fdb6"
|
#rev = "3aa03661a2b9c62a6faf05e0f16a94e606c4fdb6"
|
||||||
|
|
||||||
## discord specific
|
## discord specific
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue