Skip to content

Commit

Permalink
build(deps): bump the cargo group across 2 directories with 5 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 5 updates in the /app/bot directory:

| Package | From | To |
| --- | --- | --- |
| [aws-config](/~https://github.com/smithy-lang/smithy-rs) | `1.5.14` | `1.5.15` |
| [aws-sdk-dynamodb](/~https://github.com/awslabs/aws-sdk-rust) | `1.60.0` | `1.63.0` |
| [chrono-tz](/~https://github.com/chronotope/chrono-tz) | `0.10.0` | `0.10.1` |
| [openssl](/~https://github.com/sfackler/rust-openssl) | `0.10.68` | `0.10.69` |
| [serde_json](/~https://github.com/serde-rs/json) | `1.0.135` | `1.0.138` |

Bumps the cargo group with 4 updates in the /app/fetcher directory: [aws-config](/~https://github.com/smithy-lang/smithy-rs), [aws-sdk-dynamodb](/~https://github.com/awslabs/aws-sdk-rust), [openssl](/~https://github.com/sfackler/rust-openssl) and [serde_json](/~https://github.com/serde-rs/json).


Updates `aws-config` from 1.5.14 to 1.5.15
- [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.60.0 to 1.63.0
- [Release notes](/~https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](/~https://github.com/awslabs/aws-sdk-rust/commits)

Updates `chrono-tz` from 0.10.0 to 0.10.1
- [Release notes](/~https://github.com/chronotope/chrono-tz/releases)
- [Commits](/~https://github.com/chronotope/chrono-tz/commits)

Updates `openssl` from 0.10.68 to 0.10.69
- [Release notes](/~https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.68...openssl-v0.10.69)

Updates `serde_json` from 1.0.135 to 1.0.138
- [Release notes](/~https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.135...v1.0.138)

Updates `aws-config` from 1.5.14 to 1.5.15
- [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.60.0 to 1.63.0
- [Release notes](/~https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](/~https://github.com/awslabs/aws-sdk-rust/commits)

Updates `openssl` from 0.10.68 to 0.10.69
- [Release notes](/~https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.68...openssl-v0.10.69)

Updates `serde_json` from 1.0.135 to 1.0.138
- [Release notes](/~https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.135...v1.0.138)

---
updated-dependencies:
- dependency-name: aws-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: aws-sdk-dynamodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: chrono-tz
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: openssl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: aws-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: aws-sdk-dynamodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: openssl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent c96b678 commit 023e1de
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 39 deletions.
32 changes: 16 additions & 16 deletions app/bot/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/bot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ edition = "2021"

[dependencies]
anyhow = "1.0.95"
aws-config = "1.5.14"
aws-sdk-dynamodb = "1.60.0"
aws-config = "1.5.15"
aws-sdk-dynamodb = "1.63.0"
chrono = "0.4.39"
chrono-tz = "0.10.0"
chrono-tz = "0.10.1"
edit-distance = "2.1.3"
fastrand = "2.3.0"
lambda_runtime = "0.13.0"
openssl = { version = "0.10.68", features = ["vendored"] }
openssl = { version = "0.10.69", features = ["vendored"] }
serde = "1.0.217"
serde_dynamo = "4.2.14"
serde_json = "1.0.135"
serde_json = "1.0.138"
teloxide = { version = "0.13.0", features = ["macros"] }
tokio = { version = "1.43.0", features = ["macros"] }
tracing = "0.1.41"
Expand Down
28 changes: 14 additions & 14 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 @@ -5,16 +5,16 @@ edition = "2021"

[dependencies]
anyhow = "1.0.95"
aws-config = "1.5.14"
aws-sdk-dynamodb = "1.60.0"
aws-config = "1.5.15"
aws-sdk-dynamodb = "1.63.0"
futures = "0.3.31"
lambda_runtime = "0.13.0"
openssl = { version = "0.10.66", features = [
openssl = { version = "0.10.69", features = [
"vendored",
] } # Needed only for cargo lambda build
reqwest = { version = "0.12.12", features = ["json"] }
serde = "1.0.217"
serde_json = "1.0.135"
serde_json = "1.0.138"
tokio = { version = "1.43.0", features = ["macros"] }
tracing = "0.1.41"
tracing-subscriber = "0.3.19"

0 comments on commit 023e1de

Please sign in to comment.