Skip to content

Commit

Permalink
update frankenstein to 0.32.1, typed_builder to 0.19.1 (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 authored Jul 17, 2024
1 parent 0d3f5e0 commit efd7b1d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions 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 = "1.4"
frankenstein = { version = "0.32.0", default-features = false, features = ["telegram-trait"] }
frankenstein = { version = "0.32.1", default-features = false, features = ["telegram-trait"] }
handlebars = "5.1"
hex = "0.4"
htmlescape = "0.3"
Expand All @@ -29,7 +29,7 @@ rss = "2.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha2 = "0.10"
typed-builder = "0.18"
typed-builder = "0.19"
url = "2.5"
uuid = { version = "1.8", features = ["v4"] }

Expand Down

0 comments on commit efd7b1d

Please sign in to comment.