diesel -> sqlx, patch cve (again lul)
This commit is contained in:
parent
a5cac129dd
commit
c3bb6d0d67
39 changed files with 1581 additions and 1207 deletions
|
@ -5,10 +5,10 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
base64 = "0.21.3"
|
||||
diesel = { version = "=2.1.0", features = ["postgres", "64-column-tables"] }
|
||||
dotenvy = "0.15.7"
|
||||
flate2 = "1.0.27"
|
||||
maplit = "1.0.2"
|
||||
migrate = "0.2.0"
|
||||
password-auth = "0.3.0"
|
||||
rand = "0.8.5"
|
||||
regex = "1.9.4"
|
||||
|
@ -19,4 +19,6 @@ roxmltree = "0.18.0"
|
|||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
serde_json = "1.0.107"
|
||||
sha = "1.0.3"
|
||||
sqlx = { version = "0.7.2", features = ["runtime-tokio", "sqlite"] }
|
||||
tempfile = "3.8.0"
|
||||
toml = "0.7.6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue