@@ -8,7 +8,7 @@ edition = "2018"
88crc = " 3.0"
99futures = " 0.3"
1010fuzzy-matcher = " 0.3"
11- heck = " 0.4 "
11+ heck = " 0.5 "
1212lazy_static = " 1.4"
1313rand = { version = " 0.8" , default-features = false , features = [" std_rng" , " small_rng" , " getrandom" ] }
1414serde = { version = " 1" , features = [" derive" ] }
@@ -29,10 +29,10 @@ telegram-bot = { git = "https://github.com/telegram-rs/telegram-bot.git", rev =
2929warp = { version = " 0.3" , optional = true }
3030
3131# Image renderer dependencies
32- image = { version = " 0.24 " , default-features = false , features = [" jpeg" ], optional = true }
33- cairo-rs = { version = " 0.18 " , optional = true }
34- pangocairo = { version = " 0.18 " , optional = true }
35- pango = { version = " 0.18 " , optional = true }
32+ image = { version = " 0.25 " , default-features = false , features = [" jpeg" ], optional = true }
33+ cairo-rs = { version = " 0.19 " , optional = true }
34+ pangocairo = { version = " 0.19 " , optional = true }
35+ pango = { version = " 0.19 " , optional = true }
3636sha2 = { version = " 0.10" , optional = true }
3737hex = { version = " 0.4" , optional = true }
3838
0 commit comments