Skip to content

Commit

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

- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.188...v1.0.189)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felix <41747605+Defelo@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and Defelo authored Oct 13, 2023
1 parent 33b21fb commit 915629c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -2,7 +2,7 @@
members = [".", "client"]

[workspace.dependencies]
serde = { version = "1.0.188", default-features = false, features = ["std", "derive"] }
serde = { version = "1.0.189", default-features = false, features = ["std", "derive"] }
serde_json = { version = "1.0.107", default-features = false, features = ["std"] }
thiserror = { version = "1.0.49", default-features = false }
uuid = { version = "1.4.1", default-features = false, features = ["v4", "fast-rng", "serde"] }
Expand Down

0 comments on commit 915629c

Please sign in to comment.