Skip to content

Commit

Permalink
build(deps): bump the rust-minor-patch group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the rust-minor-patch group with 2 updates: [serde](https://github.com/serde-rs/serde) and [serde_json](https://github.com/serde-rs/json).


Updates `serde` from 1.0.200 to 1.0.201
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.200...v1.0.201)

Updates `serde_json` from 1.0.116 to 1.0.117
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.116...v1.0.117)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
- 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]>
  • Loading branch information
dependabot[bot] committed May 8, 2024
1 parent 7227d76 commit 47eb32b
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 @@ -2,8 +2,8 @@
members = [".", "client"]

[workspace.dependencies]
serde = { version = "1.0.200", default-features = false, features = ["std", "derive"] }
serde_json = { version = "1.0.116", default-features = false, features = ["std"] }
serde = { version = "1.0.201", default-features = false, features = ["std", "derive"] }
serde_json = { version = "1.0.117", default-features = false, features = ["std"] }
thiserror = { version = "1.0.60", default-features = false }
uuid = { version = "1.8.0", default-features = false, features = ["v4", "fast-rng", "serde"] }

Expand Down

0 comments on commit 47eb32b

Please sign in to comment.