Skip to content

Commit

Permalink
Bump the rust group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the rust group with 2 updates: [anyhow](https://github.com/dtolnay/anyhow) and [serde_json](https://github.com/serde-rs/json).


Updates `anyhow` from 1.0.81 to 1.0.82
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.81...1.0.82)

Updates `serde_json` from 1.0.115 to 1.0.116
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.115...v1.0.116)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 1689c74 commit 796dfe8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -19,9 +19,9 @@ name = "yq"
path = "yq.rs"

[dependencies]
anyhow = "1.0.81"
anyhow = "1.0.82"
clap = { version = "4.5.4", features = ["cargo", "derive"] }
serde_json = "1.0.115"
serde_json = "1.0.116"
toml = { version = "0.8.12", features = ["display"] }
serde_yaml = "0.9.34"
tracing = "0.1.40"
Expand Down

0 comments on commit 796dfe8

Please sign in to comment.