From e7f181cd5f65e4d7a906a2f78731c144884342e5 Mon Sep 17 00:00:00 2001 From: Sam Denty Date: Sat, 2 Apr 2022 22:14:16 +0100 Subject: [PATCH] update --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b8fcd8f..1a50f5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "site_icons" -version = "0.1.7" +version = "0.1.8" authors = ["Sam Denty "] edition = "2018" license = "GPL-3.0" @@ -45,4 +45,4 @@ futures = "0.3.12" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] tokio = { version = "1.1.1", features = ["full"] } -env_logger = "0.8.2" +env_logger = "0.9.0"