From 73351e4455fb6684cfed338fde371071e19f18f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 20:50:18 +0000 Subject: [PATCH] dep: bump the deps group with 1 update Bumps the deps group with 1 update: [eyre](https://github.com/eyre-rs/eyre). Updates `eyre` from 0.6.11 to 0.6.12 - [Commits](https://github.com/eyre-rs/eyre/commits) --- updated-dependencies: - dependency-name: eyre dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/rsonpath-test/Cargo.toml | 2 +- crates/rsonpath/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f33abc39..abc6d7f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -373,9 +373,9 @@ dependencies = [ [[package]] name = "eyre" -version = "0.6.11" +version = "0.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6267a1fa6f59179ea4afc8e50fd8612a3cc60bc858f786ff877a4a8cb042799" +checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" dependencies = [ "indenter", "once_cell", diff --git a/crates/rsonpath-test/Cargo.toml b/crates/rsonpath-test/Cargo.toml index 7670e38f..faa5676a 100644 --- a/crates/rsonpath-test/Cargo.toml +++ b/crates/rsonpath-test/Cargo.toml @@ -23,7 +23,7 @@ rsonpath-lib = { version = "0.8.6", path = "../rsonpath-lib" } rsonpath-syntax = { version = "0.2.0", path = "../rsonpath-syntax" } [build-dependencies] -eyre = "0.6.11" +eyre = "0.6.12" glob = "0.3.1" md5 = "0.7.0" rsonpath-test-codegen = { version = "0.8.4", path = "../rsonpath-test-codegen" } diff --git a/crates/rsonpath/Cargo.toml b/crates/rsonpath/Cargo.toml index 24059264..0763fd1c 100644 --- a/crates/rsonpath/Cargo.toml +++ b/crates/rsonpath/Cargo.toml @@ -26,7 +26,7 @@ name = "rq" [dependencies] clap = { version = "4.4.18", features = ["derive", "wrap_help"] } color-eyre = { version = "0.6.2", default-features = false } -eyre = "0.6.11" +eyre = "0.6.12" log = "0.4.20" rsonpath-lib = { version = "0.8.6", package = "rsonpath-lib", default-features = false } rsonpath-syntax = { version = "0.2.0", features = ["color"] }