Skip to content

Commit

Permalink
chore(Cargo.toml): cleanup deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenclaw900 committed Dec 31, 2023
1 parent c28ad17 commit 92a451c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rustls-pemfile = { version = "2.0.0", optional = true}
thiserror = "1.0.52"
tls-listener = { version = "0.9.1", features = ["rustls"] }
tokio = { version = "1.35.1", features = ["net", "time"] }
tokio-rustls = { version = "0.25.0" }
tokio-rustls = "0.25.0"

[dev-dependencies]
http-body-util = "0.1.0"
Expand Down

0 comments on commit 92a451c

Please sign in to comment.