Skip to content

Commit

Permalink
dep: bump the deps group with 1 update (#375)
Browse files Browse the repository at this point in the history
Bumps the deps group with 1 update: [eyre](https://github.com/eyre-rs/eyre).

- [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>
  • Loading branch information
dependabot[bot] authored Dec 8, 2023
1 parent 9b08068 commit 36aef0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/rsonpath-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rsonpath-lib = { version = "0.8.4", path = "../rsonpath-lib" }
rsonpath-syntax = { version = "0.1.0", path = "../rsonpath-syntax" }

[build-dependencies]
eyre = "0.6.9"
eyre = "0.6.10"
glob = "0.3.1"
md5 = "0.7.0"
rsonpath-test-codegen = { version = "0.8.4", path = "../rsonpath-test-codegen" }
2 changes: 1 addition & 1 deletion crates/rsonpath/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ name = "rq"
[dependencies]
clap = { version = "4.4.11", features = ["derive", "wrap_help"] }
color-eyre = { version = "0.6.2", default-features = false }
eyre = "0.6.9"
eyre = "0.6.10"
log = "0.4.20"
rsonpath-lib = { version = "0.8.4", package = "rsonpath-lib", default-features = false }
rsonpath-syntax = { version = "0.1.0", default-features = false }
Expand Down

0 comments on commit 36aef0e

Please sign in to comment.