From 3cd898c9e2e3676640484309e9d0626b3df90043 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 12:59:58 +0000 Subject: [PATCH] chore(deps): Update strum requirement from 0.24 to 0.25 in /ucan Updates the requirements on [strum](https://github.com/Peternator7/strum) to permit the latest version. - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ucan/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucan/Cargo.toml b/ucan/Cargo.toml index 7f93bf8e..cf54acb7 100644 --- a/ucan/Cargo.toml +++ b/ucan/Cargo.toml @@ -34,7 +34,7 @@ log = "0.4" rand = "0.8" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -strum = "0.24" +strum = "0.25" strum_macros = "0.25" unsigned-varint = "0.7" url = "2.0"