From 566e066a119b9b10ed325ae4e6b1804f16825993 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 10:50:29 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e3603bbf05..b16c938eb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ dump_lookahead_data = ["byteorder", "image"] [dependencies] arg_enum_proc_macro = "0.3.4" -bitstream-io = "~2.3.0" +bitstream-io = "~2.6.0" cfg-if = "1.0" clap = { version = "4.5", optional = true, default-features = false, features = [ "color", @@ -110,7 +110,7 @@ byteorder = { version = "1.5.0", optional = true } log = "0.4" console = { version = "0.15", optional = true } fern = { version = "0.7", optional = true } -itertools = "0.13" +itertools = "0.14" simd_helpers = "0.1" wasm-bindgen = { version = "0.2.90", optional = true } nom = { version = "7.1.3", optional = true }