@@ -41,7 +41,7 @@ syslog = "6.1.1"
41
41
[dependencies ]
42
42
# Logging
43
43
log = " 0.4.22"
44
- fern = { version = " 0.6.2 " , features = [" syslog-6" , " reopen-1" ] }
44
+ fern = { version = " 0.7.0 " , features = [" syslog-6" , " reopen-1" ] }
45
45
tracing = { version = " 0.1.40" , features = [" log" ] } # Needed to have lettre and webauthn-rs trace logging to work
46
46
47
47
# A `dotenv` implementation for Rust
@@ -67,11 +67,11 @@ dashmap = "6.1.0"
67
67
68
68
# Async futures
69
69
futures = " 0.3.31"
70
- tokio = { version = " 1.40 .0" , features = [" rt-multi-thread" , " fs" , " io-util" , " parking_lot" , " time" , " signal" , " net" ] }
70
+ tokio = { version = " 1.41 .0" , features = [" rt-multi-thread" , " fs" , " io-util" , " parking_lot" , " time" , " signal" , " net" ] }
71
71
72
72
# A generic serialization/deserialization framework
73
- serde = { version = " 1.0.210 " , features = [" derive" ] }
74
- serde_json = " 1.0.129 "
73
+ serde = { version = " 1.0.213 " , features = [" derive" ] }
74
+ serde_json = " 1.0.132 "
75
75
76
76
# A safe, extensible ORM and Query builder
77
77
diesel = { version = " 2.2.4" , features = [" chrono" , " r2d2" , " numeric" ] }
@@ -115,7 +115,7 @@ webauthn-rs = "0.3.2"
115
115
url = " 2.5.2"
116
116
117
117
# Email libraries
118
- lettre = { version = " 0.11.9 " , features = [" smtp-transport" , " sendmail-transport" , " builder" , " serde" , " tokio1-native-tls" , " hostname" , " tracing" , " tokio1" ], default-features = false }
118
+ lettre = { version = " 0.11.10 " , features = [" smtp-transport" , " sendmail-transport" , " builder" , " serde" , " tokio1-native-tls" , " hostname" , " tracing" , " tokio1" ], default-features = false }
119
119
percent-encoding = " 2.3.1" # URL encoding library used for URL's in the emails
120
120
email_address = " 0.2.9"
121
121
@@ -130,7 +130,7 @@ hickory-resolver = "0.24.1"
130
130
html5gum = " 0.5.7"
131
131
regex = { version = " 1.11.0" , features = [" std" , " perf" , " unicode-perl" ], default-features = false }
132
132
data-url = " 0.3.1"
133
- bytes = " 1.7.2 "
133
+ bytes = " 1.8.0 "
134
134
135
135
# Cache function results (Used for version check and favicon fetching)
136
136
cached = { version = " 0.53.1" , features = [" async" ] }
@@ -147,7 +147,7 @@ pico-args = "0.5.0"
147
147
148
148
# Macro ident concatenation
149
149
paste = " 1.0.15"
150
- governor = " 0.6.3 "
150
+ governor = " 0.7.0 "
151
151
152
152
# Check client versions for specific features.
153
153
semver = " 1.0.23"
0 commit comments