From 976763c8f83587ef07573598f1a2c503e87a34fd Mon Sep 17 00:00:00 2001 From: marcelbuesing Date: Sun, 5 Apr 2020 20:59:17 +0200 Subject: [PATCH] Bump dependency versions --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5cef121..5f5bea1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,8 +20,8 @@ log = "0.4" [dev-dependencies] env_logger = "0.7" futures = { version = "0.3", features = ["compat"] } -futures-timer = "2.0" +futures-timer = "3.0" i2cdev = "0.4" influent = "0.5" -linux-embedded-hal = "0.2" +linux-embedded-hal = "0.3" tokio = {version = "0.2", features = ["full"] }