From a7774072add7de60c2f37db9c4f796c60521dac6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 17:02:57 +0000 Subject: [PATCH] Update serde-big-array requirement from 0.4.1 to 0.5.1 Updates the requirements on [serde-big-array](https://github.com/est31/serde-big-array) to permit the latest version. - [Release notes](https://github.com/est31/serde-big-array/releases) - [Commits](https://github.com/est31/serde-big-array/compare/v0.4.1...v0.5.1) --- updated-dependencies: - dependency-name: serde-big-array dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Cargo.toml b/common/Cargo.toml index ffd0a0a..1545e9e 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" derive_more = "0.99.17" hubpack = "0.1" serde = { version = "1.0.136", default-features = false, features = ["derive"] } -serde-big-array = { version = "0.4.1" } +serde-big-array = { version = "0.5.1" } rand = { version = "0.8.5", optional = true } salty = { git = "https://github.com/oxidecomputer/salty", branch = "v0.2.0-zeroize", optional = true }