Skip to content

Commit

Permalink
deps fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketfuryrocks committed Dec 16, 2021
1 parent 60418d1 commit 16bb9cf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,11 @@ notify = "=5.0.0-pre.13"
anyhow = "1.0.51"
seahash = "4.1.0"
path-absolutize = "3.0.11"
futures = "0.3.17"
actix-web = "=4.0.0-beta.14"
actix-web-actors = "=4.0.0-beta.8"
actix-files = "=0.6.0-beta.10"
actix = "=0.12.0"
simplelog = "0.11.1"
log = "0.4.14"
cargo_metadata = "=0.14.1"

[dependencies.tokio]
version = "1.15.0"
features = ["full", "process"]
tokio = { version = "1.15.0", features = ["full"] }

0 comments on commit 16bb9cf

Please sign in to comment.