From 76d42b553477f22a2875ba5007c05ac63358b4c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 22:51:39 +0000 Subject: [PATCH] build(deps): update bolero requirement from 0.12 to 0.13 --- updated-dependencies: - dependency-name: bolero dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- duvet/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/duvet/Cargo.toml b/duvet/Cargo.toml index f970f71..964e70d 100644 --- a/duvet/Cargo.toml +++ b/duvet/Cargo.toml @@ -33,7 +33,7 @@ url = "2" v_jsonescape = "0.7" [dev-dependencies] -bolero = "0.12" +bolero = "0.13" duvet-core = { version = "0.4", path = "../duvet-core", features = ["testing"] } insta = { version = "1", features = ["filters", "json"] } schemars = "0.8"