Upgrade atrium-api dependency
This commit is contained in:
parent
aa17ece012
commit
3a54e04bf4
|
@ -163,9 +163,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "atrium-api"
|
name = "atrium-api"
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "59ab65142c3fa1fba44f5be3a12b39189fb64ee2f1f9b695ffda7e19be01602a"
|
checksum = "bc15c91aba003403f9dacf34bb06abfee2e8ded9b105cb7f1f3e4f44da8faccf"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"atrium-xrpc",
|
"atrium-xrpc",
|
||||||
|
|
|
@ -9,7 +9,7 @@ default-run = "nederlandskie"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.75"
|
anyhow = "1.0.75"
|
||||||
async-trait = "0.1.73"
|
async-trait = "0.1.73"
|
||||||
atrium-api = "0.6.0"
|
atrium-api = "0.7.0"
|
||||||
atrium-xrpc = "0.4.0"
|
atrium-xrpc = "0.4.0"
|
||||||
axum = "0.6.20"
|
axum = "0.6.20"
|
||||||
chat-gpt-lib-rs = "0.2.1"
|
chat-gpt-lib-rs = "0.2.1"
|
||||||
|
|
Loading…
Reference in New Issue