Skip to content

Commit

Permalink
build(deps): bump the cargo group across 2 directories with 1 update (#…
Browse files Browse the repository at this point in the history
…121)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 7e2034e commit a7433a7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions app/bot/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/bot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ chrono-tz = "0.10.1"
edit-distance = "2.1.3"
fastrand = "2.3.0"
lambda_runtime = "0.13.0"
openssl = { version = "0.10.69", features = ["vendored"] }
openssl = { version = "0.10.70", features = ["vendored"] }
serde = "1.0.217"
serde_dynamo = "4.2.14"
serde_json = "1.0.138"
Expand Down
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 @@ -9,7 +9,7 @@ aws-config = "1.5.15"
aws-sdk-dynamodb = "1.63.0"
futures = "0.3.31"
lambda_runtime = "0.13.0"
openssl = { version = "0.10.69", features = [
openssl = { version = "0.10.70", features = [
"vendored",
] } # Needed only for cargo lambda build
reqwest = { version = "0.12.12", features = ["json"] }
Expand Down

0 comments on commit a7433a7

Please sign in to comment.