Skip to content

Commit

Permalink
Bump the rust-minor-patch group with 1 update (#248)
Browse files Browse the repository at this point in the history
Bumps the rust-minor-patch group with 1 update: [serde_json](https://github.com/serde-rs/json).


Updates `serde_json` from 1.0.110 to 1.0.111
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.110...v1.0.111)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 4, 2024
1 parent 0a30b19 commit f262eca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [".", "client"]

[workspace.dependencies]
serde = { version = "1.0.194", default-features = false, features = ["std", "derive"] }
serde_json = { version = "1.0.110", default-features = false, features = ["std"] }
serde_json = { version = "1.0.111", default-features = false, features = ["std"] }
thiserror = { version = "1.0.56", default-features = false }
uuid = { version = "1.6.1", default-features = false, features = ["v4", "fast-rng", "serde"] }

Expand Down

0 comments on commit f262eca

Please sign in to comment.