Skip to content

Commit 2b864e2

Browse files
committed
chore: fix dependencies
1 parent 2684f84 commit 2b864e2

File tree

2 files changed

+52
-34
lines changed

2 files changed

+52
-34
lines changed

Cargo.lock

Lines changed: 47 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ version = "0.1.1"
77

88
[dependencies]
99
actix-cors = "0.7.0"
10-
actix-files = "0.6.5"
11-
actix-web = "4.5.1"
10+
actix-files = "0.6.6"
11+
actix-web = "4.9.0"
1212
futures-util = "0.3.30"
13-
mime_guess = "2.0.4"
13+
mime_guess = "2.0.5"
1414
owo-colors = "4.0.0"
15-
rust-embed = {version = "8.2.0", features = ["debug-embed", "actix"]}
15+
rust-embed = { version = "8.5.0", features = ["debug-embed", "actix"] }
16+
time = "0.3.36"

0 commit comments

Comments
 (0)