From 0b3c045936ccae5334c02a64d87b373f73617c11 Mon Sep 17 00:00:00 2001 From: "Alexis (Poliorcetics) Bourget" Date: Mon, 25 Sep 2023 09:13:29 +0200 Subject: [PATCH] deps: update to binrw 0.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d98f04b..5da7848 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ categories = ["filesystem", "no-std", "os::windows-apis", "parser-implementation [dependencies] arrayvec = { version = "0.7.2", default-features = false } -binrw = { version = "0.11.2", default-features = false } +binrw = { version = "0.12.0", default-features = false } byteorder = { version = "1.4.3", default-features = false } bitflags = "2.3.1" derive_more = "0.99.17"