Update packages, fix unrar after major version upgrade

This commit is contained in:
2025-03-02 16:01:21 -05:00
parent a677325c4d
commit 1a105a3ea2
3 changed files with 957 additions and 640 deletions

View File

@@ -21,7 +21,13 @@ scraper = "0.16"
seahash = "4.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sqlx = { version = "0.7", features = ["runtime-tokio-native-tls", "postgres", "migrate", "chrono", "json"] }
sqlx = { version = "0.7", features = [
"runtime-tokio-native-tls",
"postgres",
"migrate",
"chrono",
"json",
] }
skyrim-cell-dump = "0.4"
tempfile = "3.5"
tokio = { version = "1.34", features = ["full"] }
@@ -30,6 +36,6 @@ tracing = "0.1"
tracing-appender = "0.2"
tracing-subscriber = "0.3"
# Need this unicode fix: https://github.com/muja/unrar.rs/commit/3af9a6015dc89c1329a2fe5d6f4a7f69ded8ba1d
unrar = { git = "https://github.com/muja/unrar.rs.git" }
unrar = "0.5"
walkdir = "2"
zip = "0.6"