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

Commit cad22ad

Browse files
author
Achim Schneider
committed
downgrade
1 parent ef6e592 commit cad22ad

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

crates/backend/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ license = "Apache-2.0"
77
readme = "README.md"
88

99
[dependencies]
10-
actix-web = "4.3.0"
10+
actix-web = "4.2.1"
1111
actix-web-prom = "0.6.0"
1212
actix-files = "0.6.2"
13-
clap = { version = "4.1.6" , features = [ "derive", "env" ]}
14-
serde_json = "1.0.93"
13+
clap = { version = "4.1.1" , features = [ "derive", "env" ]}
14+
serde_json = "1.0.91"
1515
serde = "1.0.152"
1616
actix-cors = "0.6.4"
17-
typescript-type-def = "0.5.6"
18-
futures = "0.3.26"
17+
typescript-type-def = "0.5.5"
18+
futures = "0.3.25"
1919
hubcaps = "0.6.2"
2020
tokio-compat-02 = "0.2.0"
2121

0 commit comments

Comments
 (0)