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