Skip to content

Commit c20d2a0

Browse files
fix(deps): update all non-major dependencies
1 parent ef6ab6f commit c20d2a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2018"
88
crc = "3.0"
99
futures = "0.3"
1010
fuzzy-matcher = "0.3"
11-
heck = "0.4"
11+
heck = "0.5"
1212
lazy_static = "1.4"
1313
rand = { version = "0.8", default-features = false, features = ["std_rng", "small_rng", "getrandom"] }
1414
serde = { version = "1", features = ["derive"] }
@@ -29,10 +29,10 @@ telegram-bot = { git = "https://github.com/telegram-rs/telegram-bot.git", rev =
2929
warp = { 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 }
3636
sha2 = { version = "0.10", optional = true }
3737
hex = { version = "0.4", optional = true }
3838

0 commit comments

Comments
 (0)