Skip to content

Commit 10b5594

Browse files
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](rust-cli/env_logger@v0.10.0...v0.11.3) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 66c6458 commit 10b5594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ deep_filter = { path = "../libDF/", default-features = false, features = [
3939
ndarray = "^0.15"
4040
rubato = "0.14"
4141
ringbuf = "0.3"
42-
env_logger = "0.10"
42+
env_logger = "0.11"
4343
log = { version = "0.4", features = ["std"] }

0 commit comments

Comments
 (0)