Skip to content

Commit

Permalink
chore: Bump serde from 1.0.198 to 1.0.203 (#53)
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.198 to 1.0.203.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.198...v1.0.203)

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

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] authored Jul 4, 2024
1 parent 652d8dc commit 0c0b5c5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 20 deletions.
30 changes: 11 additions & 19 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 @@ -21,6 +21,6 @@ reqwest = { version = "0.12", features = ["blocking"] }
rust-embed = "8.4.0"
scraper = "0.19"
semver = "1.0.23"
serde = { version = "1.0.198", features = ["serde_derive"] }
serde = { version = "1.0.203", features = ["serde_derive"] }
serde_json = "1.0.120"
url = "2.5"

0 comments on commit 0c0b5c5

Please sign in to comment.