From 7d09485cba176f042399a92d0573f2a3800cb26d Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Mon, 27 Jul 2020 14:06:03 -0400 Subject: [PATCH] refactor: Alphabetize dependencies --- influxdb2_client/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/influxdb2_client/Cargo.toml b/influxdb2_client/Cargo.toml index 361494bdab..b669f9b5a3 100644 --- a/influxdb2_client/Cargo.toml +++ b/influxdb2_client/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Paul Dix "] edition = "2018" [dependencies] +bytes = { version = "0.5.4", default-features = false } +futures = { version = "0.3.5", default-features = false } reqwest = { version = "0.10.1", default-features = false, features = ["stream"] } snafu = "0.6.6" -futures = { version = "0.3.5", default-features = false } -bytes = { version = "0.5.4", default-features = false }