Skip to content

Commit

Permalink
build(deps): bump serde in the rust-minor-patch group (#305)
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).


Updates `serde` from 1.0.197 to 1.0.198
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.197...v1.0.198)

---
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 17, 2024
1 parent 29f6928 commit 2a229ce
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.196", default-features = false, features = ["std", "derive"] }
serde = { version = "1.0.198", default-features = false, features = ["std", "derive"] }
serde_json = { version = "1.0.116", default-features = false, features = ["std"] }
thiserror = { version = "1.0.58", default-features = false }
uuid = { version = "1.8.0", default-features = false, features = ["v4", "fast-rng", "serde"] }
Expand Down

0 comments on commit 2a229ce

Please sign in to comment.