Skip to content

Commit

Permalink
build(deps): bump serde in /app/fetcher in the fetcher group
Browse files Browse the repository at this point in the history
Bumps the fetcher group in /app/fetcher with 1 update: [serde](https://github.com/serde-rs/serde).


Updates `serde` from 1.0.215 to 1.0.216
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.215...v1.0.216)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 14, 2024
1 parent f214df6 commit 2792f53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/fetcher/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 app/fetcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ openssl = { version = "0.10.66", features = [
"vendored",
] } # Needed only for cargo lambda build
reqwest = { version = "0.12.9", features = ["json"] }
serde = "1.0.215"
serde = "1.0.216"
serde_json = "1.0.133"
tokio = { version = "1.42.0", features = ["macros"] }
tracing = "0.1.41"
Expand Down

0 comments on commit 2792f53

Please sign in to comment.