From 38f46220729a0da97461aecb11ec762ba3d60a42 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 May 2020 04:48:53 +0000 Subject: [PATCH] Update serde-big-array requirement from 0.2.0 to 0.3.0 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.2.0...v0.3.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5b06f85..c2df533 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ rand = "0.7.3" rustc-hash = "1.1.0" serde = "1.0.106" serde_derive = "1.0.106" -serde-big-array = "0.2.0" +serde-big-array = "0.3.0" siphasher = "0.3.3" tokio = { version = "0.2.18", features = ["fs", "rt-threaded", "time", "tcp", "udp", "stream", "parking_lot"] } toml = "0.5.6"