Skip to content

Commit

Permalink
update frankenstein to 0.32.5, update rust to 1.81.0 (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 authored Sep 7, 2024
1 parent 00519bf commit 556ee3f
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
58 changes: 29 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dotenvy = "0.15"
pretty_env_logger = "0.5"
fang = { version = "0.11.0-rc1", features = ["blocking-postgres"], default-features = false}
feed-rs = "2.1"
frankenstein = { version = "0.32.4", default-features = false, features = ["telegram-trait"] }
frankenstein = { version = "0.32.5", default-features = false, features = ["telegram-trait"] }
handlebars = "6.0"
hex = "0.4"
htmlescape = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####################################################################################################
## Builder
####################################################################################################
FROM rust:1.80.1-bullseye AS builder
FROM rust:1.81.0-bullseye AS builder
RUN apt update && apt install -y libssl-dev pkg-config libz-dev libcurl4 postgresql
RUN update-ca-certificates

Expand Down

0 comments on commit 556ee3f

Please sign in to comment.