build: Switch to a static build to mitigate incompatible packages
This commit is contained in:
1
actix/Cargo.lock
generated
1
actix/Cargo.lock
generated
@@ -858,6 +858,7 @@ version = "0.27.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"pkg-config",
|
||||
"vcpkg",
|
||||
]
|
||||
|
||||
@@ -26,7 +26,7 @@ categories = ["web-programming"]
|
||||
[dependencies]
|
||||
actix-web = "4.5.1"
|
||||
actix-files = "0.6.5"
|
||||
rusqlite = "0.30.0"
|
||||
rusqlite = { version = "0.30.0", features = ["bundled"] }
|
||||
regex = "1.10.3"
|
||||
rand = "0.8.5"
|
||||
actix-session = { version = "0.9.0", features = ["cookie-session"] }
|
||||
|
||||
Reference in New Issue
Block a user