From 2d62f0f67b5b576d51928bd16e850038c68de939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 16:26:34 +0000 Subject: [PATCH] build(deps): Update strum requirement from 0.25.0 to 0.26.1 --- updated-dependencies: - dependency-name: strum dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/avalanche-types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/avalanche-types/Cargo.toml b/crates/avalanche-types/Cargo.toml index 2b7ddd5..2fc60a0 100644 --- a/crates/avalanche-types/Cargo.toml +++ b/crates/avalanche-types/Cargo.toml @@ -43,7 +43,7 @@ serde_yaml = "0.9.25" # https://github.com/dtolnay/serde-yaml/releases sha2 = "0.10.6" sha3 = "0.10.8" # https://github.com/RustCrypto/hashes spki = "0.7.2" # https://github.com/RustCrypto/formats/tree/master/spki -strum = "0.25.0" +strum = "0.26.1" thiserror = "1.0.47" url = "2.4.0" # for "codec::serde::ip_port", "utils" zerocopy = { version = "0.7.32", features = ["derive"] }