From b9cde5e40fb760679d12627a1e5c3131467de334 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 10:48:01 +0000 Subject: [PATCH] build(deps): update ringbuf requirement from 0.3 to 0.4 in /demo Updates the requirements on [ringbuf](https://gitlab.com/agerasev/ringbuf) to permit the latest version. - [Commits](https://gitlab.com/agerasev/ringbuf/commits/master) --- updated-dependencies: - dependency-name: ringbuf 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..e07a23562 100644 --- a/demo/Cargo.toml +++ b/demo/Cargo.toml @@ -38,6 +38,6 @@ deep_filter = { path = "../libDF/", default-features = false, features = [ ] } ndarray = "^0.15" rubato = "0.15" -ringbuf = "0.3" +ringbuf = "0.4" env_logger = "0.10" log = { version = "0.4", features = ["std"] }