Skip to content

Commit

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


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

Updates `clap` from 4.5.4 to 4.5.8
- [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.4...v4.5.8)

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

Updates `toml` from 0.8.12 to 0.8.14
- [Commits](toml-rs/toml@toml-v0.8.12...toml-v0.8.14)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: clap
  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
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 1689c74 commit 805ec32
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ name = "yq"
path = "yq.rs"

[dependencies]
anyhow = "1.0.81"
clap = { version = "4.5.4", features = ["cargo", "derive"] }
serde_json = "1.0.115"
toml = { version = "0.8.12", features = ["display"] }
anyhow = "1.0.86"
clap = { version = "4.5.8", features = ["cargo", "derive"] }
serde_json = "1.0.119"
toml = { version = "0.8.14", features = ["display"] }
serde_yaml = "0.9.34"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
Expand Down

0 comments on commit 805ec32

Please sign in to comment.