Skip to content

Commit a6e9861

Browse files
fix(deps): update all non-major dependencies
1 parent 280b708 commit a6e9861

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ 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"
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"] }
1414
serde = { version = "1", features = ["derive"] }
1515
serde_json = "1"
1616
thiserror = "1.0"
@@ -24,15 +24,15 @@ structopt = { version = "0.3", features = ["paw"] }
2424

2525
# Server features
2626
chrono = { 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 }
2828
telegram-bot = { git = "https://github.com/telegram-rs/telegram-bot.git", rev = "65ad5cf", optional = true }
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.20", optional = true }
34+
pangocairo = { version = "0.20", optional = true }
35+
pango = { version = "0.20", optional = true }
3636
sha2 = { version = "0.10", optional = true }
3737
hex = { version = "0.4", optional = true }
3838

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/rust:1.74.0 AS build
1+
FROM docker.io/library/rust:1.86.0 AS build
22

33
WORKDIR /src
44

0 commit comments

Comments
 (0)