From 3e5ca3f46fa69b50940e8aa00eaf21380d4dca1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 10:01:21 +0000 Subject: [PATCH] build(deps): update ringbuf requirement from 0.4.8 to 0.5.0 Updates the requirements on [ringbuf](https://github.com/agerasev/ringbuf) to permit the latest version. - [Release notes](https://github.com/agerasev/ringbuf/releases) - [Commits](https://github.com/agerasev/ringbuf/commits) --- updated-dependencies: - dependency-name: ringbuf dependency-version: 0.5.0 dependency-type: direct:production ... 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 2a922f2..1fc19c6 100644 --- a/libosdp/Cargo.toml +++ b/libosdp/Cargo.toml @@ -27,7 +27,7 @@ itoa = "1.0.17" env_logger = "0.11.8" multiqueue = "0.3.2" rand = "0.9.2" -ringbuf = "0.4.8" +ringbuf = "0.5.0" sha256 = "1.6.0" [features]