Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Jun 26, 2024
1 parent de5ad16 commit 5c67818
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
15 changes: 8 additions & 7 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 @@ -25,7 +25,7 @@ missing_panics_doc = "allow"
module_name_repetitions = "allow"

[workspace.dependencies]
actix-cors = "0.6"
actix-cors = "0.7"
actix-http = "3"
actix-rt = "2"
actix-web = "4"
Expand All @@ -38,7 +38,7 @@ cargo-husky = { version = "1", features = ["user-hooks"], default-features = fal
clap = { version = "4", features = ["derive"] }
criterion = { version = "0.5", features = ["async_futures", "async_tokio", "html_reports"] }
ctor = "0.2"
deadpool-postgres = "0.12"
deadpool-postgres = "0.14"
enum-display = "0.1"
env_logger = "0.11"
flate2 = "1"
Expand Down

0 comments on commit 5c67818

Please sign in to comment.