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"] }