From 32ff497350de69402e73d71e02acad12e677feca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 12:18:48 +0000 Subject: [PATCH] Update oneio requirement from 0.16.7 to 0.17.0 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.16.7...v0.17.0) --- updated-dependencies: - dependency-name: oneio 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 eacb84d..14ce299 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ bitflags = { version = "2.3.3", features = ["serde"], optional = true } bytes = { version = "1.5.0", optional = true } hex = { version = "0.4.3", optional = true } # bmp/openbmp parsing log = { version = "0.4", optional = true } -oneio = { version = "0.16.7", default-features = false, features = ["remote", "gz", "bz"], optional = true } +oneio = { version = "0.17.0", default-features = false, features = ["remote", "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