From 68ab3dc371735f61b1bdfe2ebefbbebe62ad6a2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 04:53:19 +0000 Subject: [PATCH] Update claims requirement from 0.7.1 to 0.8.0 --- updated-dependencies: - dependency-name: claims 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 3bc91bd..b8884dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,6 @@ keywords = ["serde", "testing", "serialization", "deserialization", "test"] serde = {version = "1.0.152", default-features = false, features = ["alloc"]} [dev-dependencies] -claims = "0.7.1" +claims = "0.8.0" serde_bytes = "0.11.8" serde_derive = "1.0.152"