Skip to content

Commit

Permalink
modified: Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jvo203 committed Sep 6, 2024
1 parent 4783e34 commit e21f4a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "fits_web_ql"
version = "4.4.20"
version = "4.4.21"
authors = ["jvo203 <[email protected]>"]
edition = "2021"

Expand Down Expand Up @@ -35,9 +35,9 @@ thread-priority = "*"
jemallocator = "*"
jemalloc-sys = { version = "*", optional = true }
actix = "0.13.5"
actix-http = "3.8.0"
actix-web = "4.8.0"
actix-web-actors = "4.3.0"
actix-http = "3.9.0"
actix-web = "4.9.0"
actix-web-actors = "4.3.1+deprecated"
actix-files = "0.6.6"
http = "*"
serde_json = "*"
Expand Down

0 comments on commit e21f4a6

Please sign in to comment.