Skip to content

Commit 89ea71d

Browse files
dep: bump the deps group with 1 update (#458)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e5e7997 commit 89ea71d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rsonpath-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ rsonpath-lib = { version = "0.8.6", path = "../rsonpath-lib" }
2323
rsonpath-syntax = { version = "0.2.0", path = "../rsonpath-syntax" }
2424

2525
[build-dependencies]
26-
eyre = "0.6.11"
26+
eyre = "0.6.12"
2727
glob = "0.3.1"
2828
md5 = "0.7.0"
2929
rsonpath-test-codegen = { version = "0.8.4", path = "../rsonpath-test-codegen" }

crates/rsonpath/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ name = "rq"
2626
[dependencies]
2727
clap = { version = "4.4.18", features = ["derive", "wrap_help"] }
2828
color-eyre = { version = "0.6.2", default-features = false }
29-
eyre = "0.6.11"
29+
eyre = "0.6.12"
3030
log = "0.4.20"
3131
rsonpath-lib = { version = "0.8.6", package = "rsonpath-lib", default-features = false }
3232
rsonpath-syntax = { version = "0.2.0", features = ["color"] }

0 commit comments

Comments
 (0)