Skip to content

Commit

Permalink
build(deps): bump the fetcher group in /app/fetcher with 4 updates (#67)
Browse files Browse the repository at this point in the history
Bumps the fetcher group in /app/fetcher with 4 updates: [anyhow](https://github.com/dtolnay/anyhow), [aws-sdk-dynamodb](https://github.com/awslabs/aws-sdk-rust), [reqwest](https://github.com/seanmonstar/reqwest) and [serde](https://github.com/serde-rs/serde).


Updates `anyhow` from 1.0.91 to 1.0.92
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.91...1.0.92)

Updates `aws-sdk-dynamodb` from 1.51.0 to 1.52.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `reqwest` from 0.12.8 to 0.12.9
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.8...v0.12.9)

Updates `serde` from 1.0.213 to 1.0.214
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.213...v1.0.214)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fetcher
- dependency-name: aws-sdk-dynamodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fetcher
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fetcher
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fetcher
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 37f56af commit d8f69e6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions app/fetcher/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions app/fetcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.91"
anyhow = "1.0.92"
aws-config = "1.5.9"
aws-sdk-dynamodb = "1.51.0"
aws-sdk-dynamodb = "1.52.0"
futures = "0.3.31"
lambda_runtime = "0.13.0"
openssl = { version = "0.10.66", features = [
"vendored",
] } # Needed only for cargo lambda build
reqwest = { version = "0.12.8", features = ["json"] }
serde = "1.0.213"
reqwest = { version = "0.12.9", features = ["json"] }
serde = "1.0.214"
serde_json = "1.0.128"
tokio = { version = "1.41.0", features = ["macros"] }
tracing = "0.1.40"
Expand Down

0 comments on commit d8f69e6

Please sign in to comment.