Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit ef6e592

Browse files
author
Achim Schneider
committed
downgrade
1 parent 0c8b559 commit ef6e592

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/backend/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ readme = "README.md"
99
[dependencies]
1010
actix-web = "4.3.0"
1111
actix-web-prom = "0.6.0"
12-
actix-files = "0.5.0"
12+
actix-files = "0.6.2"
1313
clap = { version = "4.1.6" , features = [ "derive", "env" ]}
1414
serde_json = "1.0.93"
1515
serde = "1.0.152"
1616
actix-cors = "0.6.4"
1717
typescript-type-def = "0.5.6"
18-
futures = "0.3.25"
19-
hubcaps = "0.5.0"
18+
futures = "0.3.26"
19+
hubcaps = "0.6.2"
2020
tokio-compat-02 = "0.2.0"
2121

2222
sandbox = { path = "../sandbox" }

0 commit comments

Comments
 (0)