Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pulumi/pulumi-cb2a2d5de5
Browse files Browse the repository at this point in the history
  • Loading branch information
notdodo authored Nov 22, 2024
2 parents fbbb3c3 + 85d54fc commit 1cc5d25
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 1cc5d25

Please sign in to comment.