From 907becda46f4db4d07814868522ae7eda3627736 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 16 Jul 2024 10:19:13 +0200 Subject: [PATCH] Alphabetize dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5629014..d6aed5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,10 +20,10 @@ ring = ["dep:ring", "hyper-rustls?/ring", "rcgen/ring"] [dependencies] aws-lc-rs = { version = "1.8.0", optional = true } base64 = "0.21.0" +http-body-util = "0.1.2" hyper = { version = "1.3.1", features = ["client", "http1", "http2"] } hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "tls12", "rustls-native-certs"], optional = true } hyper-util = { version = "0.1.5", features = ["client", "client-legacy", "http1", "http2", "tokio"] } -http-body-util = "0.1.2" ring = { version = "0.17", features = ["std"], optional = true } rustls-pki-types = "1.1.0" serde = { version = "1.0.104", features = ["derive"] }