diff options
Diffstat (limited to 'graph-checker/Cargo.toml')
| -rw-r--r-- | graph-checker/Cargo.toml | 2 |
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"] } |