From 38de17b6f921b6f36cc73e7e709948451d2d39ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 07:10:24 +0000 Subject: [PATCH] chore(deps): update jmespath requirement from 0.3.0 to 0.4.0 Updates the requirements on [jmespath](https://github.com/jmespath/jmespath.rs) to permit the latest version. - [Changelog](https://github.com/jmespath/jmespath.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jmespath/jmespath.rs/compare/0.3.0...0.4.0) --- updated-dependencies: - dependency-name: jmespath dependency-version: 0.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fiddler/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fiddler/Cargo.toml b/fiddler/Cargo.toml index 53f46f7..4a611a7 100644 --- a/fiddler/Cargo.toml +++ b/fiddler/Cargo.toml @@ -27,7 +27,7 @@ aws-sdk-sqs = { version = "1.64.0", optional = true } aws_lambda_events = { version = "0.16.0", optional = true } elasticsearch = { version = "8.5.0-alpha.1", features = ["rustls-tls"], optional = true } handlebars = { version = "6.3.2", features = ["no_logging"] } -jmespath = "0.3.0" +jmespath = "0.4.0" jsonschema = "0.17.1" num_cpus = "1.16.0" once_cell = "1.19.0"