File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ default = ["dev"]
26
26
anyhow = " 1"
27
27
async-trait = " 0.1"
28
28
chrono = { version = " 0.4" , features = [" serde" ] }
29
- chrono-tz = " 0.8 "
29
+ chrono-tz = " 0.9 "
30
30
clap = { version = " 4" , features = [" derive" ] }
31
31
derivative = " 2"
32
32
dotenv = " 0.15"
33
33
hex = " 0.4"
34
34
humantime = " 2"
35
- image = { version = " 0.24 " , features = [" webp-encoder" ] }
35
+ image = { version = " 0.25 " , features = [" webp-encoder" ] }
36
36
libwebp-sys = " 0.9"
37
37
once_cell = " 1"
38
38
ordered-float = { version = " 4" }
@@ -73,7 +73,7 @@ features = [
73
73
]
74
74
75
75
[dependencies .reqwest ]
76
- version = " 0.11 "
76
+ version = " 0.12 "
77
77
default-features = false
78
78
features = [" rustls-tls" ]
79
79
@@ -100,7 +100,7 @@ features = [
100
100
101
101
102
102
[dependencies .sentry ]
103
- version = " 0.32 "
103
+ version = " 0.34 "
104
104
default-features = false
105
105
features = [
106
106
" backtrace" ,
You can’t perform that action at this time.
0 commit comments