Skip to content

Commit

Permalink
update deps to latest major versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 committed May 1, 2024
1 parent 4b1e023 commit 9f6c9bb
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
44 changes: 22 additions & 22 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,22 +16,22 @@ 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.3"
feed-rs = "1.4"
frankenstein = { version = "0.30.8", default-features = false, features = ["telegram-trait"] }
handlebars = "4.5"
handlebars = "5.1"
hex = "0.4"
htmlescape = "0.3"
isahc = "1.7"
log = "0.4"
nanohtml2text = "0.1.4"
rayon = "1.8"
rayon = "1.10"
rss = "2.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha2 = "0.10"
typed-builder = "0.18"
url = "2.5"
uuid = { version = "1.4", features = ["v4"] }
uuid = { version = "1.8", features = ["v4"] }

[dev-dependencies]
mockito = "1"

0 comments on commit 9f6c9bb

Please sign in to comment.