Skip to content

Commit

Permalink
update crates (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 authored Sep 17, 2023
1 parent acca60d commit 81ccfb7
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 46 deletions.
103 changes: 61 additions & 42 deletions Cargo.lock

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

8 changes: 4 additions & 4 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.10.4", features = ["blocking"], default-features = false }
feed-rs = "1.3.0"
feed-rs = "1.3"
frankenstein = { version = "0.27.0", default-features = false, features = ["telegram-trait"] }
handlebars = "4"
handlebars = "4.4"
hex = "0.4"
htmlescape = "0.3"
isahc = "1"
Expand All @@ -29,9 +29,9 @@ rss = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha2 = "0.10"
typed-builder = "0.14"
typed-builder = "0.16"
url = "2"
uuid = { version = "1.1", features = ["v4"] }
uuid = { version = "1.4", features = ["v4"] }

[dev-dependencies]
mockito = "1"

0 comments on commit 81ccfb7

Please sign in to comment.