Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ro6ley committed Oct 13, 2023
1 parent dba3ed3 commit 06fed7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ edition = "2021"
leptess = "0.14.0"
egg-mode = "0.16"
tokio = { version = "1", features = ["full"] }
reqwest = "0.11.11"
reqwest = { version = "0.11.16", features = ["blocking"] }
image = "0.24.3"
regex = "1.6.0"
tantivy = "0.18.0"
tantivy = "0.21.0"
lettre = { version = "0.10.0-beta.2", default-features = false, features = ["smtp-transport", "tokio1-rustls-tls", "hostname", "r2d2", "builder"] }
env_logger = "0.9.0"
log = "0.4.17"
Expand Down

0 comments on commit 06fed7b

Please sign in to comment.