Skip to content

Commit

Permalink
Bump the core group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the core 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.111 to 1.0.113
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.111...v1.0.113)

Updates `serde` from 1.0.195 to 1.0.196
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.195...v1.0.196)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent ddd1895 commit 2ba7a33
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 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 @@ -31,12 +31,12 @@ tokio = { version = "1.26.0", features = ["full"] }
anyhow = "1.0.79"
log = "0.4.17"
env_logger = "0.10.2"
serde_json = "1.0.111"
serde_json = "1.0.113"
clap = { version = "4.4", features = ["cargo", "derive"] }
clap_complete = "4.4"
quote = "1.0.35"
serde = { version = "1.0.195", features = ["derive"] }
serde_yaml = "0.9.30"
serde = { version = "1.0.196", features = ["derive"] }
serde_yaml = "0.9.31"
heck = "0.4.1"
syn = "2.0.45"
libc = "0.2.152"
Expand Down

0 comments on commit 2ba7a33

Please sign in to comment.