Skip to content

Commit

Permalink
build(deps): bump the fetcher group in /app/fetcher with 5 updates (#90)
Browse files Browse the repository at this point in the history
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 Dec 27, 2024
1 parent b684d75 commit 65907e9
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 47 deletions.
91 changes: 49 additions & 42 deletions app/fetcher/Cargo.lock

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

10 changes: 5 additions & 5 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.94"
aws-config = "1.5.10"
aws-sdk-dynamodb = "1.55.0"
anyhow = "1.0.95"
aws-config = "1.5.11"
aws-sdk-dynamodb = "1.56.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"] }
reqwest = { version = "0.12.10", features = ["json"] }
serde = "1.0.216"
serde_json = "1.0.133"
serde_json = "1.0.134"
tokio = { version = "1.42.0", features = ["macros"] }
tracing = "0.1.41"
tracing-subscriber = "0.3.19"

0 comments on commit 65907e9

Please sign in to comment.