Skip to content

Commit

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


Updates `serde_json` from 1.0.87 to 1.0.105
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.87...v1.0.105)

Updates `serde` from 1.0.185 to 1.0.186
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.185...v1.0.186)

Updates `serde_yaml` from 0.8.26 to 0.9.25
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](dtolnay/serde-yaml@0.8.26...0.9.25)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 25, 2023
1 parent eeac9a0 commit 8f90ea7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 51 deletions.
59 changes: 11 additions & 48 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ tokio = { version = "1.14.0", features = ["full"] }
anyhow = "1.0.75"
log = "0.4.17"
env_logger = "0.9.3"
serde_json = "1.0.82"
serde_json = "1.0.105"
clap = { version = "4.0", features = ["cargo", "derive"] }
clap_complete = "4.0"
quote = "1.0.33"
serde = { version = "1.0.130", features = ["derive"] }
serde_yaml = "0.8.26"
serde = { version = "1.0.186", features = ["derive"] }
serde_yaml = "0.9.25"
heck = "0.4.0"
syn = "1.0.103"

Expand Down

0 comments on commit 8f90ea7

Please sign in to comment.