@@ -75,21 +75,21 @@ tokio = { version = "1.43.0", features = ["rt-multi-thread", "fs", "io-util", "p
7575
7676# A generic serialization/deserialization framework
7777serde = { version = " 1.0.217" , features = [" derive" ] }
78- serde_json = " 1.0.137 "
78+ serde_json = " 1.0.138 "
7979
8080# A safe, extensible ORM and Query builder
81- diesel = { version = " 2.2.6 " , features = [" chrono" , " r2d2" , " numeric" ] }
81+ diesel = { version = " 2.2.7 " , features = [" chrono" , " r2d2" , " numeric" ] }
8282diesel_migrations = " 2.2.0"
8383diesel_logger = { version = " 0.4.0" , optional = true }
8484
8585derive_more = { version = " 1.0.0" , features = [" from" , " into" , " as_ref" , " deref" , " display" ] }
8686diesel-derive-newtype = " 2.1.2"
8787
8888# Bundled/Static SQLite
89- libsqlite3-sys = { version = " 0.30.1 " , features = [" bundled" ], optional = true }
89+ libsqlite3-sys = { version = " 0.31.0 " , features = [" bundled" ], optional = true }
9090
9191# Crypto-related libraries
92- rand = { version = " 0.8.5 " , features = [ " small_rng " ] }
92+ rand = " 0.9.0 "
9393ring = " 0.17.8"
9494
9595# UUID generation
@@ -147,7 +147,7 @@ cookie = "0.18.1"
147147cookie_store = " 0.21.1"
148148
149149# Used by U2F, JWT and PostgreSQL
150- openssl = " 0.10.68 "
150+ openssl = " 0.10.69 "
151151
152152# CLI argument parsing
153153pico-args = " 0.5.0"
0 commit comments