From bfbae047ccbd6d1e0352ac3ade01aec9dc2a38a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 18:04:23 +0000 Subject: [PATCH] Update env_logger requirement from 0.8 to 0.10 Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version. - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/env_logger/compare/v0.8.0...v0.10.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d60678a0c..325a929a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ wasm-bindgen-futures = { version = "0.4.18", optional = true } [dev-dependencies] # For examples -env_logger = "0.8" +env_logger = "0.10" hex-literal = "0.3" wasm-bindgen-test = "0.3.19"