From 0c3f1e8bd0a6e50395c298e35cc3d3d89e56cef8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 13:27:47 +0000 Subject: [PATCH] Update env_logger requirement from 0.10 to 0.11 in /braid-triggerbox-rs 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.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- braid-triggerbox-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/braid-triggerbox-rs/Cargo.toml b/braid-triggerbox-rs/Cargo.toml index cf1ec85..cc7c4f7 100644 --- a/braid-triggerbox-rs/Cargo.toml +++ b/braid-triggerbox-rs/Cargo.toml @@ -20,7 +20,7 @@ serde = "1.0" nalgebra = "0.32.1" chrono = {version="0.4.23", default-features=false, features=["clock", "std", "wasmbind"]} lstsq = "0.5.0" -env_logger = "0.10" +env_logger = "0.11" crc = "3.0" clap = {version="4.0.10", features=["derive"]}