From 433a6b615aaa3a967e0d798ac1c9d397487a7bd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 07:26:40 +0000 Subject: [PATCH] build(deps): update bincode requirement from 1.2 to 2.0 Updates the requirements on [bincode](https://github.com/bincode-org/bincode) to permit the latest version. - [Release notes](https://github.com/bincode-org/bincode/releases) - [Commits](https://github.com/bincode-org/bincode/compare/v1.2.0...v2.0.0) --- updated-dependencies: - dependency-name: bincode 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 50a79a2bc..cabb84866 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ serde_feature = ["serde", "serde_bytes", "bio-types/serde"] static = ["hts-sys/static"] [dev-dependencies] -bincode = "1.2" +bincode = "2.0" pretty_assertions = "1.4" serde_json = "1.0" tempfile = "3.1.0"