update deps
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
114369bcf6
commit
9d1ca3e84a
2 changed files with 9 additions and 9 deletions
|
@ -51,7 +51,7 @@ serde = { version = "1.0.195", features = ["rc"] }
|
|||
# Used for secure identifiers
|
||||
rand = "0.8.5"
|
||||
# Used to hash passwords
|
||||
argon2 = "0.5"
|
||||
argon2 = "0.5.3"
|
||||
reqwest = { version = "0.11.23", default-features = false, features = ["rustls-tls-native-roots", "socks"] }
|
||||
# Used for conduit::Error type
|
||||
thiserror = "1.0.56"
|
||||
|
@ -64,7 +64,7 @@ ring = "0.17.7"
|
|||
# Used when querying the SRV record of other servers
|
||||
trust-dns-resolver = "0.23.2"
|
||||
# Used to find matching events for appservices
|
||||
regex = "1.10.2"
|
||||
regex = "1.10.3"
|
||||
# jwt jsonwebtokens
|
||||
jsonwebtoken = "9.2.0"
|
||||
# Performance measurements
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue