From a6818a5f41b5334b071d3c65208cfe0dfcea8390 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:41:25 +0000 Subject: [PATCH] build(deps): bump jql-runner from 7.1.13 to 7.2.0 Bumps [jql-runner](https://github.com/yamafaktory/jql) from 7.1.13 to 7.2.0. - [Release notes](https://github.com/yamafaktory/jql/releases) - [Commits](https://github.com/yamafaktory/jql/compare/jql-runner-v7.1.13...jql-runner-v7.2.0) --- updated-dependencies: - dependency-name: jql-runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06578c4c4..c5c21ec93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3275,9 +3275,9 @@ checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0" [[package]] name = "jql-parser" -version = "7.1.13" +version = "7.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9d215ff4717b98d7d294bca2262b63cf50487d5d99fbfcf7cbadb8e7e3be887" +checksum = "dc6c5d45258356a8b4ff8265b929cc95880be34fdc34c884e0ab4585d4a3f356" dependencies = [ "thiserror", "winnow", @@ -3285,9 +3285,9 @@ dependencies = [ [[package]] name = "jql-runner" -version = "7.1.13" +version = "7.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d61a4716f6e19e19668a319f94df5a771b9e7071936298844b13229d37f8a025" +checksum = "26d68343315f3a2668bf340993d0ae2686bed277d2fb74b28a083fc50fd1db44" dependencies = [ "indexmap", "jql-parser", @@ -6744,18 +6744,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.63" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" +checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.63" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" +checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 935c89898..0f1dc3462 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -133,7 +133,7 @@ jsonschema = { version = "0.20", features = [ "resolve-file", "resolve-http", ], default-features = false } -jql-runner = { version = "7.1", default-features = false, optional = true } +jql-runner = { version = "7.2", default-features = false, optional = true } local-encoding = { version = "0.2", optional = true } localzone = { version = "0.3", features = ["auto_validation"] } log = "0.4"