Skip to content

Commit

Permalink
chore: fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 30, 2024
1 parent 2684f84 commit 2b864e2
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 34 deletions.
77 changes: 47 additions & 30 deletions Cargo.lock

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

9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ version = "0.1.1"

[dependencies]
actix-cors = "0.7.0"
actix-files = "0.6.5"
actix-web = "4.5.1"
actix-files = "0.6.6"
actix-web = "4.9.0"
futures-util = "0.3.30"
mime_guess = "2.0.4"
mime_guess = "2.0.5"
owo-colors = "4.0.0"
rust-embed = {version = "8.2.0", features = ["debug-embed", "actix"]}
rust-embed = { version = "8.5.0", features = ["debug-embed", "actix"] }
time = "0.3.36"

0 comments on commit 2b864e2

Please sign in to comment.