From 51f080f41f33f1332a494d130daba0fb508a8e54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 21:52:53 +0000 Subject: [PATCH] build(deps): update oneio requirement from 0.21 to 0.23 Updates the requirements on [oneio](https://github.com/bgpkit/oneio) to permit the latest version. - [Release notes](https://github.com/bgpkit/oneio/releases) - [Changelog](https://github.com/bgpkit/oneio/blob/main/CHANGELOG.md) - [Commits](https://github.com/bgpkit/oneio/compare/v0.21.0...v0.23.0) --- updated-dependencies: - dependency-name: oneio dependency-version: 0.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 126604e..34a043f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ serde = { version = "1.0", features = ["derive"], optional = true } bytes = { version = "1.7", optional = true } zerocopy = { version = "0.8", features = ["derive"], optional = true } hex = { version = "0.4.3", optional = true } # bmp/openbmp parsing -oneio = { version = "0.21", default-features = false, features = ["http", "gz", "bz"], optional = true } +oneio = { version = "0.23", default-features = false, features = ["http", "gz", "bz"], optional = true } regex = { version = "1", optional = true } # used in parser filter chrono = { version = "0.4.38", optional = true } # parser filter serde_json = { version = "1.0", optional = true } # RIS Live parsing