From 57fbe772a3846d8ed60cac6fff422ace0f88aecf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 08:04:39 +0000 Subject: [PATCH] chore(deps): update synstructure requirement in /tests/fuzz Updates the requirements on [synstructure](https://github.com/mystor/synstructure) to permit the latest version. - [Commits](https://github.com/mystor/synstructure/commits) --- updated-dependencies: - dependency-name: synstructure dependency-version: 0.14.0 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 66ce0410157..1d405e63de3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -111,7 +111,7 @@ dhat = "0.3.3" quote = "1.0.45" syn = { version = "2.0.116", default-features = false } proc-macro2 = "1.0" -synstructure = "0.13" +synstructure = "0.14" measureme = "12.0.3" pastey = "0.2.3" rand = "0.10.1"