mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 15:21:24 +01:00
switch to RustCrypto's argon2 crate
This commit is contained in:
parent
60d32ddf48
commit
aa4cd8b1e1
6 changed files with 58 additions and 58 deletions
|
|
@ -87,6 +87,7 @@ workspace = true
|
|||
|
||||
# Keep sorted
|
||||
[dependencies]
|
||||
argon2 = "0.5.3"
|
||||
async-trait = "0.1.80"
|
||||
axum = { version = "0.7.5", default-features = false, features = ["form", "http1", "http2", "json", "matched-path", "tracing"] }
|
||||
axum-extra = { version = "0.9.3", features = ["typed-header"] }
|
||||
|
|
@ -122,7 +123,6 @@ ring = "0.17.8"
|
|||
rocksdb = { package = "rust-rocksdb", version = "0.26.0", features = ["lz4", "multi-threaded-cf", "zstd"], optional = true }
|
||||
ruma = { git = "https://github.com/ruma/ruma", branch = "main", features = ["compat", "rand", "appservice-api-c", "client-api", "federation-api", "push-gateway-api-c", "server-util", "state-res", "unstable-msc2448", "unstable-msc3575", "unstable-exhaustive-types", "ring-compat", "unstable-unspecified" ] }
|
||||
rusqlite = { version = "0.31.0", optional = true, features = ["bundled"] }
|
||||
rust-argon2 = "2.1.0"
|
||||
sd-notify = { version = "0.4.1", optional = true }
|
||||
serde = { version = "1.0.202", features = ["rc"] }
|
||||
serde_html_form = "0.2.6"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue