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:
1850
Cargo.lock
generated
1850
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -27,8 +27,9 @@ members = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
rocket = { version = "0.5.1", features = [ "json" ] }
|
rocket = { version = "0.5", features = [ "json" ] }
|
||||||
actix-web = { version = "4", default-features = false, features = [ "macros", "compress-brotli", "compress-gzip", "compress-zstd"] }
|
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"
|
actix-files = "0.6"
|
||||||
libfj = { version = "0.9", path = "../libfj" }
|
libfj = { version = "0.9", path = "../libfj" }
|
||||||
#libfj = { version = "0.8" }
|
#libfj = { version = "0.8" }
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ clap.workspace = true
|
|||||||
log.workspace = true
|
log.workspace = true
|
||||||
env_logger.workspace = true
|
env_logger.workspace = true
|
||||||
tokio = { version = "1.43", features = [ "rt-multi-thread" ] }
|
tokio = { version = "1.43", features = [ "rt-multi-thread" ] }
|
||||||
zip = "4"
|
zip = "6"
|
||||||
git-version.workspace = true
|
git-version.workspace = true
|
||||||
|
|
||||||
oj_rc_core = { version = "*", path = "../rc_core" }
|
oj_rc_core = { version = "*", path = "../rc_core" }
|
||||||
|
|||||||
Reference in New Issue
Block a user