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"