@@ -101,15 +101,15 @@ ring = "0.17.14"
101
101
subtle = " 2.6.1"
102
102
103
103
# UUID generation
104
- uuid = { version = " 1.17 .0" , features = [" v4" ] }
104
+ uuid = { version = " 1.18 .0" , features = [" v4" ] }
105
105
106
106
# Date and time libraries
107
107
chrono = { version = " 0.4.41" , features = [" clock" , " serde" ], default-features = false }
108
108
chrono-tz = " 0.10.4"
109
109
time = " 0.3.41"
110
110
111
111
# Job scheduler
112
- job_scheduler_ng = " 2.2 .0"
112
+ job_scheduler_ng = " 2.3 .0"
113
113
114
114
# Data encoding library Hex/Base32/Base64
115
115
data-encoding = " 2.9.0"
@@ -121,7 +121,7 @@ jsonwebtoken = "9.3.1"
121
121
totp-lite = " 2.0.1"
122
122
123
123
# Yubico Library
124
- yubico = { package = " yubico_ng" , version = " 0.13.0 " , features = [" online-tokio" ], default-features = false }
124
+ yubico = { package = " yubico_ng" , version = " 0.14.1 " , features = [" online-tokio" ], default-features = false }
125
125
126
126
# WebAuthn libraries
127
127
# danger-allow-state-serialisation is needed to save the state in the db
@@ -143,7 +143,7 @@ email_address = "0.2.9"
143
143
handlebars = { version = " 6.3.2" , features = [" dir_source" ] }
144
144
145
145
# HTTP client (Used for favicons, version check, DUO and HIBP API)
146
- reqwest = { version = " 0.12.22 " , features = [" rustls-tls" , " rustls-tls-native-roots" , " stream" , " json" , " deflate" , " gzip" , " brotli" , " zstd" , " socks" , " cookies" , " charset" , " http2" , " system-proxy" ], default-features = false }
146
+ reqwest = { version = " 0.12.23 " , features = [" rustls-tls" , " rustls-tls-native-roots" , " stream" , " json" , " deflate" , " gzip" , " brotli" , " zstd" , " socks" , " cookies" , " charset" , " http2" , " system-proxy" ], default-features = false }
147
147
hickory-resolver = " 0.25.2"
148
148
149
149
# Favicon extraction libraries
@@ -167,7 +167,7 @@ openssl = "0.10.73"
167
167
pico-args = " 0.5.0"
168
168
169
169
# Macro ident concatenation
170
- pastey = " 0.1.0 "
170
+ pastey = " 0.1.1 "
171
171
governor = " 0.10.1"
172
172
173
173
# OIDC for SSO
@@ -196,8 +196,8 @@ grass_compiler = { version = "0.13.4", default-features = false }
196
196
opendal = { version = " 0.54.0" , features = [" services-fs" ], default-features = false }
197
197
198
198
# For retrieving AWS credentials, including temporary SSO credentials
199
- anyhow = { version = " 1.0.98 " , optional = true }
200
- aws-config = { version = " 1.8.4 " , features = [" behavior-version-latest" , " rt-tokio" , " credentials-process" , " sso" ], default-features = false , optional = true }
199
+ anyhow = { version = " 1.0.99 " , optional = true }
200
+ aws-config = { version = " 1.8.5 " , features = [" behavior-version-latest" , " rt-tokio" , " credentials-process" , " sso" ], default-features = false , optional = true }
201
201
aws-credential-types = { version = " 1.2.5" , optional = true }
202
202
aws-smithy-runtime-api = { version = " 1.8.7" , optional = true }
203
203
http = { version = " 1.3.1" , optional = true }
0 commit comments