diff --git a/Cargo.toml b/Cargo.toml index cd618e1..2c063fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ serde = { version = "1.0", features = ["derive"], optional = true } bytes = { version = "1.7" } zerocopy = { version = "0.8", features = ["derive"], optional = true } hex = { version = "0.4.3", optional = true } # bmp/openbmp parsing -oneio = { version = "0.25", default-features = false, features = ["http", "gz", "bz", "zstd"], optional = true } +oneio = { version = "0.26", default-features = false, features = ["http", "gz", "bz", "zstd"], 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