Skip to content

Commit

Permalink
remove unnecessary deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Lurk committed Oct 15, 2023
1 parent b82eb52 commit 01afa16
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ reqwest = { version = "0.11.22", features = ["json", "multipart", "stream"] }
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
sha1 = "0.10.6"
tokio = { version = "1.33.0", features = ["rt", "macros"] }
tokio = { version = "1.33.0", features = [] }
tokio-util = "0.7.9"
log = "0.4.20"
openssl = { version = "0.10.57", features = ["vendored"] }
openssl-src = "111.28.0+1.1.1w" # due to minimal version fail

[dev-dependencies]
dotenv = "0.15.0"
tokio = { version = "1.33.0", features = ["rt", "macros"] }

0 comments on commit 01afa16

Please sign in to comment.