Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 30, 2024
1 parent 8925209 commit a73f751
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
crc = "3.0"
futures = "0.3"
fuzzy-matcher = "0.3"
heck = "0.4"
heck = "0.5"
lazy_static = "1.4"
rand = { version = "0.8", default-features = false, features = ["std_rng", "small_rng", "getrandom"] }
serde = { version = "1", features = ["derive"] }
Expand All @@ -29,10 +29,10 @@ telegram-bot = { git = "https://github.com/telegram-rs/telegram-bot.git", rev =
warp = { version = "0.3", optional = true }

# Image renderer dependencies
image = { version = "0.24", default-features = false, features = ["jpeg"], optional = true }
cairo-rs = { version = "0.18", optional = true }
pangocairo = { version = "0.18", optional = true }
pango = { version = "0.18", optional = true }
image = { version = "0.25", default-features = false, features = ["jpeg"], optional = true }
cairo-rs = { version = "0.19", optional = true }
pangocairo = { version = "0.19", optional = true }
pango = { version = "0.19", optional = true }
sha2 = { version = "0.10", optional = true }
hex = { version = "0.4", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/rust:1.74.0 AS build
FROM docker.io/library/rust:1.78.0 AS build

WORKDIR /src

Expand Down

0 comments on commit a73f751

Please sign in to comment.