From e433dabed42a4e87cdc80038fb0627c10d8423d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 19:26:18 +0000 Subject: [PATCH] chore(deps): update rust crate byteorder to 1.4.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ea64bb5ac..c9ad7fb8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -267,7 +267,7 @@ bigdecimal = "0.3" binary-heap-plus = "0.5.0" bstr = "1.0" bytecount = "0.6.3" -byteorder = "1.3.2" +byteorder = "1.4.3" chrono = { version="^0.4.24", default-features=false, features=["std", "alloc", "clock"]} clap = { version = "4.1", features = ["wrap_help", "cargo"] } clap_complete = "4.0"