1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Update dependencies for release

This commit is contained in:
NG (Graham)
2026-04-01 19:11:06 -04:00
parent a182ced637
commit 8e54676661
2 changed files with 152 additions and 144 deletions

View File

@@ -36,10 +36,10 @@ libfj = { version = "0.10" }
log = "0.4"
env_logger = "0.11"
clap = { version = "4.5", features = [ "derive" ] }
polariton = { version = "0.6", path = "../polariton", features = [ "tokio-async" ] }
polariton_server = { version = "0.6", path = "../polariton/server", features = [ "tokio-async" ] }
#polariton = { version = "0.6", features = [ "tokio-async" ] }
#polariton_server = { version = "0.6", features = [ "tokio-async" ] }
#polariton = { version = "0.6", path = "../polariton", features = [ "tokio-async" ] }
#polariton_server = { version = "0.6", path = "../polariton/server", features = [ "tokio-async" ] }
polariton = { version = "0.6", features = [ "tokio-async" ] }
polariton_server = { version = "0.6", features = [ "tokio-async" ] }
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
async-trait = "0.1"