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

Update dependencies

This commit is contained in:
NG (Graham)
2025-11-16 15:01:00 -05:00
parent dfc0cc351b
commit cd82502576
3 changed files with 959 additions and 898 deletions

1850
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -27,8 +27,9 @@ members = [
]
[workspace.dependencies]
rocket = { version = "0.5.1", features = [ "json" ] }
actix-web = { version = "4", default-features = false, features = [ "macros", "compress-brotli", "compress-gzip", "compress-zstd"] }
rocket = { version = "0.5", features = [ "json" ] }
actix-web = { version = "~4.11", default-features = false, features = [ "macros", "compress-brotli", "compress-gzip", "compress-zstd"] }
# actix-web 4.12 does not build properly for some reason...
actix-files = "0.6"
libfj = { version = "0.9", path = "../libfj" }
#libfj = { version = "0.8" }

View File

@@ -14,7 +14,7 @@ clap.workspace = true
log.workspace = true
env_logger.workspace = true
tokio = { version = "1.43", features = [ "rt-multi-thread" ] }
zip = "4"
zip = "6"
git-version.workspace = true
oj_rc_core = { version = "*", path = "../rc_core" }