@@ -20,47 +20,47 @@ path = "./src/bin/migration.rs"
20
20
[dependencies ]
21
21
axum = { version = " 0.7.5" , features = [" ws" ] }
22
22
axum-extra = { version = " 0.9.3" , features = [" typed-header" ] }
23
- sea-orm = { version = " 0.12.15 " , features = [
23
+ sea-orm = { version = " 1.0.0 " , features = [
24
24
" sqlx-postgres" ,
25
25
" runtime-tokio-rustls" ,
26
26
" macros" ,
27
27
] }
28
- sea-orm-migration = { version = " 0.12.15 " , features = [
28
+ sea-orm-migration = { version = " 1.0.0 " , features = [
29
29
" runtime-tokio-rustls" ,
30
30
" sqlx-postgres" ,
31
31
] }
32
- anyhow = " 1.0.81 "
32
+ anyhow = " 1.0.86 "
33
33
argon2 = " 0.5.3"
34
- async-trait = " 0.1.77 "
35
- base64 = " 0.22.0 "
36
- chrono = { version = " 0.4.37 " , default-features = false , features = [
34
+ async-trait = " 0.1.81 "
35
+ base64 = " 0.22.1 "
36
+ chrono = { version = " 0.4.38 " , default-features = false , features = [
37
37
" clock" ,
38
38
" serde" ,
39
39
] }
40
40
config = " 0.14.0"
41
41
fake = { version = " 2.9.2" , features = [" derive" , " uuid" , " chrono" ] }
42
42
futures = " 0.3.30"
43
- itertools = " 0.12.1 "
43
+ itertools = " 0.13.0 "
44
44
jsonwebtoken = " 9.3.0"
45
- lettre = { version = " 0.11.6 " , features = [" tokio1-native-tls" , " builder" ] }
46
- log = " 0.4.21 "
45
+ lettre = { version = " 0.11.7 " , features = [" tokio1-native-tls" , " builder" ] }
46
+ log = " 0.4.22 "
47
47
log-derive = " 0.4.1"
48
48
once_cell = " 1.19.0"
49
- openssl = " 0.10.64 "
49
+ openssl = " 0.10.66 "
50
50
rand = " 0.8.5"
51
51
rand_core = { version = " 0.6.4" , features = [" std" ] }
52
- redis = { version = " 0.25.2 " , features = [" tokio-comp" ] }
52
+ redis = { version = " 0.26.1 " , features = [" tokio-comp" ] }
53
53
reqwest = { version = " 0.12.2" , features = [" json" , " multipart" , " stream" ] }
54
- scraper = " 0.19 .0"
55
- sentry = " 0.32.2 "
56
- serde = { version = " 1.0.197 " , features = [" derive" ] }
57
- serde_json = " 1.0.115 "
54
+ scraper = " 0.20 .0"
55
+ sentry = " 0.34.0 "
56
+ serde = { version = " 1.0.209 " , features = [" derive" ] }
57
+ serde_json = " 1.0.127 "
58
58
sha2 = " 0.10.8"
59
- strum = { version = " 0.26.2 " , features = [" derive" ] }
60
- tera = " 1.19.1 "
59
+ strum = { version = " 0.26.3 " , features = [" derive" ] }
60
+ tera = " 1.20.0 "
61
61
test-context = " 0.3.0"
62
62
thiserror = " 1.0.58"
63
- tokio = { version = " 1.37.0 " , features = [" full" ] }
63
+ tokio = { version = " 1.39.3 " , features = [" full" ] }
64
64
tracing = { version = " 0.1.40" , features = [" attributes" ] }
65
65
tracing-appender = " 0.2.3"
66
66
tracing-bunyan-formatter = " 0.3.9"
@@ -69,11 +69,11 @@ tracing-subscriber = { version = "0.3.18", features = [
69
69
" registry" ,
70
70
" env-filter" ,
71
71
] }
72
- url = " 2.5.0 "
73
- utoipa = { version = " 4.2.0 " , features = [" axum_extras" , " uuid" , " chrono" ] }
74
- utoipa-swagger-ui = { version = " 6.0 .0" , features = [" axum" ] }
75
- uuid = { version = " 1.8 .0" , features = [" v4" , " serde" ] }
76
- tokio-tungstenite = " 0.21.0 "
77
- garde = { version = " 0.18 .0" , features = [" full" ] }
78
- regex = " 1.10.4 "
79
- wiremock = " 0.6.0 "
72
+ url = " 2.5.2 "
73
+ utoipa = { version = " 4.2.3 " , features = [" axum_extras" , " uuid" , " chrono" ] }
74
+ utoipa-swagger-ui = { version = " 7.1 .0" , features = [" axum" ] }
75
+ uuid = { version = " 1.10 .0" , features = [" v4" , " serde" ] }
76
+ tokio-tungstenite = " 0.23.1 "
77
+ garde = { version = " 0.20 .0" , features = [" full" ] }
78
+ regex = " 1.10.6 "
79
+ wiremock = " 0.6.1 "
0 commit comments