Upgrade dependencies
This commit is contained in:
parent
46974a9d8c
commit
ba3fbf524d
|
@ -11,13 +11,13 @@ async-trait = "0.1.73"
|
||||||
atrium-api = "0.6.0"
|
atrium-api = "0.6.0"
|
||||||
atrium-xrpc = "0.4.0"
|
atrium-xrpc = "0.4.0"
|
||||||
chat-gpt-lib-rs = "0.2.1"
|
chat-gpt-lib-rs = "0.2.1"
|
||||||
chrono = "0.4.26"
|
chrono = "0.4.29"
|
||||||
ciborium = "0.2.1"
|
ciborium = "0.2.1"
|
||||||
futures = "0.3.28"
|
futures = "0.3.28"
|
||||||
libipld-core = { version = "0.16.0", features = ["serde-codec"] }
|
libipld-core = { version = "0.16.0", features = ["serde-codec"] }
|
||||||
rs-car = "0.4.1"
|
rs-car = "0.4.1"
|
||||||
scooby = "0.5.0"
|
scooby = "0.5.0"
|
||||||
serde_ipld_dagcbor = "0.4.0"
|
serde_ipld_dagcbor = "0.4.1"
|
||||||
sqlx = { version = "0.7.1", default-features = false, features = ["postgres", "runtime-tokio-native-tls", "chrono"] }
|
sqlx = { version = "0.7.1", default-features = false, features = ["postgres", "runtime-tokio-native-tls", "chrono"] }
|
||||||
tokio = { version = "1.32.0", features = ["full"] }
|
tokio = { version = "1.32.0", features = ["full"] }
|
||||||
tokio-tungstenite = { version = "0.20.0", features = ["native-tls"] }
|
tokio-tungstenite = { version = "0.20.0", features = ["native-tls"] }
|
||||||
|
|
Loading…
Reference in New Issue