Skip to content

Commit

Permalink
build(deps): bump the fetcher group in /app/fetcher with 6 updates (#68)
Browse files Browse the repository at this point in the history
Bumps the fetcher group in /app/fetcher with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.92` | `1.0.93` |
| [aws-config](https://github.com/smithy-lang/smithy-rs) | `1.5.9` | `1.5.10` |
| [aws-sdk-dynamodb](https://github.com/awslabs/aws-sdk-rust) | `1.52.0` | `1.54.0` |
| [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.215` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.133` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.41.0` | `1.41.1` |


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

Updates `aws-config` from 1.5.9 to 1.5.10
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

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

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

Updates `serde_json` from 1.0.132 to 1.0.133
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.132...v1.0.133)

Updates `tokio` from 1.41.0 to 1.41.1
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.41.0...tokio-1.41.1)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fetcher
- dependency-name: aws-config
  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: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fetcher
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fetcher
- dependency-name: tokio
  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 22, 2024
1 parent d8f69e6 commit 85d54fc
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
48 changes: 24 additions & 24 deletions app/fetcher/Cargo.lock

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

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

[dependencies]
anyhow = "1.0.92"
aws-config = "1.5.9"
aws-sdk-dynamodb = "1.52.0"
anyhow = "1.0.93"
aws-config = "1.5.10"
aws-sdk-dynamodb = "1.54.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.9", features = ["json"] }
serde = "1.0.214"
serde_json = "1.0.128"
tokio = { version = "1.41.0", features = ["macros"] }
serde = "1.0.215"
serde_json = "1.0.133"
tokio = { version = "1.41.1", features = ["macros"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"

0 comments on commit 85d54fc

Please sign in to comment.