Skip to content

Commit

Permalink
Sort crates in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
msk committed May 17, 2024
1 parent 2eeea8d commit 3e756b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ license = "Apache-2.0"
bincode = "1"
futures = "0.3"
num_enum = "0.7"
quinn-proto = "0.11"
quinn = "0.11"
quinn-proto = "0.11"
serde = { version = "1", features = ["derive"] }
thiserror = "1"
tokio = "1"

[dev-dependencies]
futures = "0.3"
lazy_static = "1"
rcgen = "0.13"
quinn = { version = "0.11", features = ["ring"] }
rcgen = "0.13"
rustls = { version = "0.23", default-features = false, features = [
"ring",
"std",
Expand Down

0 comments on commit 3e756b7

Please sign in to comment.