@@ -48,13 +48,13 @@ migration = { path = "migration" }
48
48
# Package dependencies go below here #
49
49
# #####################################
50
50
51
- anyhow = { version = " 1.0.72 " , features = [" backtrace" ] }
52
- argon2-kdf = " 1.3.0 "
53
- askama = { version = " 0.12.0 " , features = [" with-axum" ] }
51
+ anyhow = { version = " 1.0.80 " , features = [" backtrace" ] }
52
+ argon2-kdf = " 1.5.2 "
53
+ askama = { version = " 0.12.1 " , features = [" with-axum" ] }
54
54
askama_axum = " 0.3.0"
55
55
async-fred-session = " 0.1.5"
56
56
axum = { version = " 0.6.20" , features = [" macros" , " http2" , " headers" ] }
57
- axum-client-ip = " 0.4.1 "
57
+ axum-client-ip = " 0.4.2 "
58
58
axum_csrf = { version = " 0.7.2" , features = [" layer" ] }
59
59
axum-login = " 0.5.0"
60
60
base64ct = { version = " 1.6.0" , features = [" std" ] }
@@ -63,21 +63,21 @@ envy = "0.4.2"
63
63
heck = { version = " 0.4.1" , features = [" unicode" ] }
64
64
itertools = " 0.12.1"
65
65
lazy_static = " 1.4.0"
66
- nix = { version = " 0.26.2 " , default-features = false , features = [" dir" , " process" , " user" ] }
66
+ nix = { version = " 0.26.4 " , default-features = false , features = [" dir" , " process" , " user" ] }
67
67
num_cpus = " 1.16.0"
68
- once_cell = { version = " 1.18 .0" , features = [" parking_lot" ] }
68
+ once_cell = { version = " 1.19 .0" , features = [" parking_lot" ] }
69
69
proctitle = " 0.1.1"
70
70
rand = { version = " 0.8.5" , features = [" min_const_gen" ] }
71
71
rand_chacha = { version = " 0.3.1" , features = [" simd" ] }
72
72
rand_distr = " 0.4.3"
73
- sea-orm = { version = " 0.12.2 " , default-features = false , features = [" macros" , " runtime-tokio-native-tls" , " with-chrono" ] }
73
+ sea-orm = { version = " 0.12.14 " , default-features = false , features = [" macros" , " runtime-tokio-native-tls" , " with-chrono" ] }
74
74
sea-query = { version = " 0.30.7" , default-features = false , features = [" thread-safe" , " with-chrono" ] }
75
- serde = { version = " 1.0.182 " , features = [" derive" ] }
75
+ serde = { version = " 1.0.197 " , features = [" derive" ] }
76
76
syslog-tracing = " 0.2.0"
77
- tokio = { version = " 1.29.1 " , features = [" fs" , " macros" , " parking_lot" , " rt-multi-thread" , " signal" , " time" ] }
78
- tracing = { version = " 0.1.37 " , features = [" async-await" , " log" ]}
79
- tracing-subscriber = { version = " 0.3.17 " , features = [" local-time" , " parking_lot" ]}
77
+ tokio = { version = " 1.36.0 " , features = [" fs" , " macros" , " parking_lot" , " rt-multi-thread" , " signal" , " time" ] }
78
+ tracing = { version = " 0.1.40 " , features = [" async-await" , " log" ]}
79
+ tracing-subscriber = { version = " 0.3.18 " , features = [" local-time" , " parking_lot" ]}
80
80
tower = { version = " 0.4.13" , features = [" timeout" , " tokio" ] }
81
- tower-http = { version = " 0.4.3 " , features = [" fs" , " timeout" , " tokio" , " tower" ] }
82
- url = " 2.4 .0"
81
+ tower-http = { version = " 0.4.4 " , features = [" fs" , " timeout" , " tokio" , " tower" ] }
82
+ url = " 2.5 .0"
83
83
validator = { version = " 0.16.1" , features = [" derive" ] }
0 commit comments