From 30c6b1019623ba472bf414eb8e03e82279b52b1d Mon Sep 17 00:00:00 2001 From: glendc Date: Fri, 1 Dec 2023 01:42:59 +0100 Subject: [PATCH] sort dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5c64c10..8bf0aa4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,4 +28,4 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] } hyper = { version = "1.0.1", features = [ "server", "http1", "http2" ] } hyper-util = { version = "0.1.1", features = [ "server", "server-auto", "http1", "http2", "tokio" ] } http-body-util = "0.1" -bytes = "1" \ No newline at end of file +bytes = "1"