summaryrefslogtreecommitdiff
path: root/graph-checker/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Guschin <guschin@altlinux.org>2024-09-11 13:38:58 +0400
committerAndrew Guschin <guschin@altlinux.org>2024-09-11 13:38:58 +0400
commitb9796c72d952517e866f729691389723fa381bc0 (patch)
treee32e42f6589c6131a325860eb02d72b131b263bd /graph-checker/Cargo.toml
parentaa372ee41dff36de5cb94fbb677464658eef2e46 (diff)
fix: replace actix with actix-web
Diffstat (limited to 'graph-checker/Cargo.toml')
-rw-r--r--graph-checker/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/graph-checker/Cargo.toml b/graph-checker/Cargo.toml
index f837b59..6e5cb1b 100644
--- a/graph-checker/Cargo.toml
+++ b/graph-checker/Cargo.toml
@@ -6,7 +6,7 @@ links = "nauty"
build = "build.rs"
[dependencies]
-actix = "0.13.5"
+actix-web = "4.9.0"
clap = { version = "4.5.17", features = ["derive", "env"] }
dotenv = "0.15.0"
egui = { version = "0.28.1", features = ["rayon", "serde"] }