Skip to content

Commit

Permalink
Alphabetize dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Oct 25, 2024
1 parent 9ce0d6b commit 21d2a4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ rust-version = "1.63"
exclude = ["/.github", "/examples", "/scripts"]

[dependencies]
tokio = "1.0"
rustls = { version = "0.23.5", default-features = false, features = ["std"] }
tokio = "1.0"

[features]
default = ["logging", "tls12", "aws_lc_rs"]
Expand All @@ -28,9 +28,9 @@ tls12 = ["rustls/tls12"]

[dev-dependencies]
argh = "0.1.1"
rcgen = { version = "0.13", features = ["pem"] }
tokio = { version = "1.0", features = ["full"] }
futures-util = "0.3.1"
lazy_static = "1.1"
webpki-roots = "0.26"
rcgen = { version = "0.13", features = ["pem"] }
rustls-pemfile = "2"
tokio = { version = "1.0", features = ["full"] }
webpki-roots = "0.26"

0 comments on commit 21d2a4f

Please sign in to comment.