From e9ac94620772251172e05ec36dc82180ef5b41ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 10:47:11 +0000 Subject: [PATCH] build(deps): update env_logger requirement from 0.10 to 0.11 in /demo 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.10.0...v0.11.3) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/Cargo.toml b/demo/Cargo.toml index e8787e583..23cf5438c 100644 --- a/demo/Cargo.toml +++ b/demo/Cargo.toml @@ -39,5 +39,5 @@ deep_filter = { path = "../libDF/", default-features = false, features = [ ndarray = "^0.15" rubato = "0.15" ringbuf = "0.3" -env_logger = "0.10" +env_logger = "0.11" log = { version = "0.4", features = ["std"] }