Skip to content

Commit

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


Updates `serde_json` from 1.0.106 to 1.0.107
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.106...v1.0.107)

Updates `toml` from 0.7.8 to 0.8.0
- [Commits](toml-rs/toml@toml-v0.7.8...toml-v0.8.0)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: serde
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: serde
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 21, 2023
1 parent 717b7a0 commit d234bd8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 @@ -21,8 +21,8 @@ path = "yq.rs"
[dependencies]
anyhow = "1.0.75"
clap = { version = "4.4.4", features = ["cargo", "derive"] }
serde_json = "1.0.105"
toml = { version = "0.7.6", features = ["display"] }
serde_json = "1.0.107"
toml = { version = "0.8.0", features = ["display"] }
serde_yaml = "0.9.25"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
Expand Down

0 comments on commit d234bd8

Please sign in to comment.