@@ -8,9 +8,9 @@ edition = "2018"
88crc = " 3.0"
99futures = " 0.3"
1010fuzzy-matcher = " 0.3"
11- heck = " 0.4 "
11+ heck = " 0.5 "
1212lazy_static = " 1.4"
13- rand = { version = " 0.8 " , default-features = false , features = [" std_rng" , " small_rng" , " getrandom" ] }
13+ rand = { version = " 0.9 " , default-features = false , features = [" std_rng" , " small_rng" , " getrandom" ] }
1414serde = { version = " 1" , features = [" derive" ] }
1515serde_json = " 1"
1616thiserror = " 1.0"
@@ -24,15 +24,15 @@ structopt = { version = "0.3", features = ["paw"] }
2424
2525# Server features
2626chrono = { version = " 0.4" , optional = true }
27- sqlx = { version = " 0.7 " , features = [" runtime-tokio-rustls" , " sqlite" , " macros" , " migrate" , " chrono" ], optional = true }
27+ sqlx = { version = " 0.8 " , features = [" runtime-tokio-rustls" , " sqlite" , " macros" , " migrate" , " chrono" ], optional = true }
2828telegram-bot = { git = " https://github.com/telegram-rs/telegram-bot.git" , rev = " 65ad5cf" , optional = true }
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.20 " , optional = true }
34+ pangocairo = { version = " 0.20 " , optional = true }
35+ pango = { version = " 0.20 " , optional = true }
3636sha2 = { version = " 0.10" , optional = true }
3737hex = { version = " 0.4" , optional = true }
3838
0 commit comments