Skip to content

Commit

Permalink
Bump serde from 1.0.203 to 1.0.204 in the serde group (#3278)
Browse files Browse the repository at this point in the history
Bumps the serde group with 1 update: [serde](https://github.com/serde-rs/serde).


Updates `serde` from 1.0.203 to 1.0.204
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.203...v1.0.204)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 8, 2024
1 parent 84c3c94 commit aedd023
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 @@ -91,7 +91,7 @@ rustc_version = "0.4.0"
rustls = "0.23.10"
rustls-pemfile = "2.1.2"
sec1 = "0.7"
serde = { version = "1.0.203", features = ["derive"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
serde_test = "1.0.175"
serde_urlencoded = "0.7.1"
Expand Down

0 comments on commit aedd023

Please sign in to comment.