changeset 55:a2558cbd853c

Clean up a bit
author Lewin Bormann <lbo@spheniscida.de>
date Mon, 19 Oct 2020 19:27:11 +0200
parents 16d7fbeba3d6
children 7ba99d02bf39
files async-google-apis-common/Cargo.lock async-google-apis-common/Cargo.toml
diffstat 2 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/async-google-apis-common/Cargo.lock	Mon Oct 19 19:23:52 2020 +0200
+++ b/async-google-apis-common/Cargo.lock	Mon Oct 19 19:27:11 2020 +0200
@@ -18,8 +18,6 @@
 dependencies = [
  "anyhow",
  "chrono",
- "futures-core",
- "futures-util",
  "hyper",
  "hyper-rustls",
  "percent-encoding",
--- a/async-google-apis-common/Cargo.toml	Mon Oct 19 19:23:52 2020 +0200
+++ b/async-google-apis-common/Cargo.toml	Mon Oct 19 19:27:11 2020 +0200
@@ -16,8 +16,6 @@
 [dependencies]
 anyhow = "~1.0"
 chrono = "~0.4"
-futures-core = "~0.3"
-futures-util = "~0.3"
 hyper = "~0.13"
 hyper-rustls = "~0.20"
 percent-encoding = "~2.1"