Skip to content

Commit

Permalink
build(deps): bump the bot group in /app/bot with 3 updates (#65)
Browse files Browse the repository at this point in the history
Bumps the bot group in /app/bot with 3 updates: [anyhow](https://github.com/dtolnay/anyhow), [aws-sdk-dynamodb](https://github.com/awslabs/aws-sdk-rust) and [serde](https://github.com/serde-rs/serde).


Updates `anyhow` from 1.0.91 to 1.0.92
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.91...1.0.92)

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

Updates `serde` from 1.0.213 to 1.0.214
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.213...v1.0.214)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bot
- dependency-name: aws-sdk-dynamodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bot
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bot
...

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 Nov 1, 2024
1 parent 0e883f7 commit ac07235
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 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 @@ -4,16 +4,16 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.91"
anyhow = "1.0.92"
aws-config = "1.5.9"
aws-sdk-dynamodb = "1.51.0"
aws-sdk-dynamodb = "1.52.0"
chrono = "0.4.38"
chrono-tz = "0.10.0"
edit-distance = "2.1.3"
fastrand = "2.1.1"
lambda_runtime = "0.13.0"
openssl = { version = "0.10.68", features = ["vendored"] }
serde = "1.0.213"
serde = "1.0.214"
serde_dynamo = "4.2.14"
serde_json = "1.0.132"
teloxide = { version = "0.13.0", features = ["macros"] }
Expand Down

0 comments on commit ac07235

Please sign in to comment.