From f393123d454212bb81dd00e79f752275c4e544cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 07:09:22 +0000 Subject: [PATCH] fix(deps): update rust crate binrw to 0.13.0 (#25) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b6b508ae..860c36cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ scrypt = { version = "0.11.0", default-features = false } integer-sqrt = "0.1.5" # serialization -binrw = "0.11.2" +binrw = "0.13.0" hex = { version = "0.4.3", features = ["serde"] } serde = { version = "1.0.188" } serde-aux = "4.2.0"