From e34ab4f216dcbbb2251eb2dfa40f526564c3d565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 13:03:41 +0000 Subject: [PATCH] chore(cargo): update byteorder requirement from ~1.4.3 to ~1.5.0 Updates the requirements on [byteorder](https://github.com/BurntSushi/byteorder) to permit the latest version. - [Changelog](https://github.com/BurntSushi/byteorder/blob/master/CHANGELOG.md) - [Commits](https://github.com/BurntSushi/byteorder/compare/1.4.3...1.5.0) --- updated-dependencies: - dependency-name: byteorder dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b9f9e9d..92bac23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ panic = "abort" panic = "abort" [dependencies] -byteorder = "~1.4.3" +byteorder = "~1.5.0" [dev-dependencies] # Pretty Assertions should not be over 1.3.0 as its MSRV is 1.54.0.