Skip to content

Commit

Permalink
update feed-rs, handlebars and uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 committed Jul 21, 2024
1 parent efd7b1d commit 98b0d8d
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 25 deletions.
60 changes: 38 additions & 22 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ diesel = { version = "2", features = ["postgres","r2d2"] }
dotenvy = "0.15"
pretty_env_logger = "0.5"
fang = { version = "0.11.0-rc1", features = ["blocking-postgres"], default-features = false}
feed-rs = "1.4"
feed-rs = "2.1"
frankenstein = { version = "0.32.1", default-features = false, features = ["telegram-trait"] }
handlebars = "5.1"
handlebars = "6.0"
hex = "0.4"
htmlescape = "0.3"
isahc = "1.7"
Expand All @@ -31,7 +31,7 @@ serde_json = "1"
sha2 = "0.10"
typed-builder = "0.19"
url = "2.5"
uuid = { version = "1.8", features = ["v4"] }
uuid = { version = "1.10", features = ["v4"] }

[dev-dependencies]
mockito = "1"

0 comments on commit 98b0d8d

Please sign in to comment.