Skip to content

Commit

Permalink
build(deps): bump the cargo group across 2 directories with 3 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 3 updates in the /app/bot directory: [aws-sdk-dynamodb](https://github.com/awslabs/aws-sdk-rust), [serde_json](https://github.com/serde-rs/json) and [tokio](https://github.com/tokio-rs/tokio).
Bumps the cargo group with 3 updates in the /app/fetcher directory: [aws-sdk-dynamodb](https://github.com/awslabs/aws-sdk-rust), [serde_json](https://github.com/serde-rs/json) and [tokio](https://github.com/tokio-rs/tokio).


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

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

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

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

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 11, 2025
1 parent ce9bc17 commit 234e1b1
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
20 changes: 10 additions & 10 deletions app/bot/Cargo.lock

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

6 changes: 3 additions & 3 deletions app/bot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.95"
aws-config = "1.5.13"
aws-sdk-dynamodb = "1.58.0"
aws-sdk-dynamodb = "1.59.0"
chrono = "0.4.39"
chrono-tz = "0.10.0"
edit-distance = "2.1.3"
Expand All @@ -15,8 +15,8 @@ lambda_runtime = "0.13.0"
openssl = { version = "0.10.68", features = ["vendored"] }
serde = "1.0.217"
serde_dynamo = "4.2.14"
serde_json = "1.0.134"
serde_json = "1.0.135"
teloxide = { version = "0.13.0", features = ["macros"] }
tokio = { version = "1.42.0", features = ["macros"] }
tokio = { version = "1.43.0", features = ["macros"] }
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
20 changes: 10 additions & 10 deletions app/fetcher/Cargo.lock

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

6 changes: 3 additions & 3 deletions app/fetcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ edition = "2021"
[dependencies]
anyhow = "1.0.95"
aws-config = "1.5.13"
aws-sdk-dynamodb = "1.58.0"
aws-sdk-dynamodb = "1.59.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.12", features = ["json"] }
serde = "1.0.217"
serde_json = "1.0.134"
tokio = { version = "1.42.0", features = ["macros"] }
serde_json = "1.0.135"
tokio = { version = "1.43.0", features = ["macros"] }
tracing = "0.1.41"
tracing-subscriber = "0.3.19"

0 comments on commit 234e1b1

Please sign in to comment.