Skip to content

Commit

Permalink
Bump the minor-changes group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the minor-changes group with 3 updates in the / directory: [insta](https://github.com/mitsuhiko/insta), [serde_json](https://github.com/serde-rs/json) and [clap](https://github.com/clap-rs/clap).


Updates `insta` from 1.41.1 to 1.42.0
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.41.1...1.42.0)

Updates `serde_json` from 1.0.134 to 1.0.135
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.134...v1.0.135)

Updates `clap` from 4.5.23 to 4.5.24
- [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.23...clap_complete-v4.5.24)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent d986478 commit a9e80c4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 19 deletions.
28 changes: 11 additions & 17 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ optional = true
bulletproofs = "5.0.0"
criterion = "0.5.0"
doc-comment = "0.3.3"
insta = { version = "1.41.1", features = ["yaml"] }
insta = { version = "1.42.0", features = ["yaml"] }
k256 = { version = "0.13", default-features = false, features = ["arithmetic"] }
rand = "0.8.3"
serde_json = "1.0"
clap = { version = "4.5.23", features = ["derive"] }
clap = { version = "4.5.24", features = ["derive"] }
test-casing = "0.1.3"
version-sync = "0.9.2"

Expand Down

0 comments on commit a9e80c4

Please sign in to comment.