From 6f96de363817f53bac1f220f3d4c77a1f383562e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 04:59:22 +0000 Subject: [PATCH] build(deps): update ringbuf requirement --- updated-dependencies: - dependency-name: ringbuf dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- libosdp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libosdp/Cargo.toml b/libosdp/Cargo.toml index 36b2841..31283ad 100644 --- a/libosdp/Cargo.toml +++ b/libosdp/Cargo.toml @@ -24,7 +24,7 @@ thiserror = { version = "1.0.50", optional = true } env_logger = "0.11.3" multiqueue = "0.3.2" rand = "0.8.5" -ringbuf = "0.3.3" +ringbuf = "0.4.0" sha256 = "1.5.0" [features]