Skip to content

Commit

Permalink
dep: bump the deps group with 2 updates (#487)
Browse files Browse the repository at this point in the history
* dep: bump the deps group with 2 updates

Bumps the deps group with 2 updates: [clap](https://github.com/clap-rs/clap) and [insta](https://github.com/mitsuhiko/insta).


Updates `clap` from 4.5.1 to 4.5.2
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.1...v4.5.2)

Updates `insta` from 1.35.1 to 1.36.1
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.35.1...1.36.1)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: insta
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix deprecation warning for insta

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mateusz Gienieczko <mat@gienieczko.com>
  • Loading branch information
dependabot[bot] and V0ldek committed Mar 7, 2024
1 parent f95a866 commit 6b579c6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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-syntax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ thiserror = "1.0.57"
unicode-width = "0.1.11"

[dev-dependencies]
insta = "1.35.1"
insta = "1.36.1"
pretty_assertions = "1.4.0"
proptest = "1.4.0"
test-case = "3.3.1"
Expand Down
Binary file modified crates/rsonpath-syntax/tests/error_snapshots.rs
Binary file not shown.
2 changes: 1 addition & 1 deletion crates/rsonpath/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ path = "./src/main.rs"
name = "rq"

[dependencies]
clap = { version = "4.5.1", features = ["derive", "wrap_help"] }
clap = { version = "4.5.2", features = ["derive", "wrap_help"] }
color-eyre = { version = "0.6.2", default-features = false }
eyre = "0.6.12"
log = "0.4.21"
Expand Down

0 comments on commit 6b579c6

Please sign in to comment.