Update dependencies
This commit is contained in:
parent
709d4ab3a3
commit
610229cd1b
2 changed files with 759 additions and 389 deletions
1142
Cargo.lock
generated
1142
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -10,14 +10,14 @@ poise = "0.6.1"
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
tracing-futures = "0.2.5"
|
tracing-futures = "0.2.5"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
songbird = "0.4.0"
|
songbird = "0.4.3"
|
||||||
thiserror = "1.0.39"
|
thiserror = "1.0.39"
|
||||||
async-openai = "0.18.1"
|
async-openai = "0.18.1"
|
||||||
|
|
||||||
[dependencies.reqwest]
|
[dependencies.reqwest]
|
||||||
version = "0.11.23"
|
version = "0.11.27"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["rustls-tls"]
|
features = ["rustls-tls", "stream"]
|
||||||
|
|
||||||
[dependencies.symphonia]
|
[dependencies.symphonia]
|
||||||
version = "0.5.2"
|
version = "0.5.2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue