Skip to content

Commit

Permalink
build(deps): bump serde_json in /app/bot in the bot group (#55)
Browse files Browse the repository at this point in the history
Bumps the bot group in /app/bot with 1 update: [serde_json](https://github.com/serde-rs/json).


Updates `serde_json` from 1.0.131 to 1.0.132
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@1.0.131...1.0.132)

---
updated-dependencies:
- dependency-name: serde_json
  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>
Co-authored-by: Edoardo Rosa <[email protected]>
  • Loading branch information
dependabot[bot] and notdodo authored Oct 20, 2024
1 parent fa13a17 commit ebfe709
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -15,7 +15,7 @@ lambda_runtime = "0.13.0"
openssl = { version = "0.10.68", features = ["vendored"] }
serde = "1.0.210"
serde_dynamo = "4.2.14"
serde_json = "1.0.131"
serde_json = "1.0.132"
teloxide = { version = "0.13.0", features = ["macros"] }
tokio = { version = "1.40.0", features = ["macros"] }
tracing = "0.1.40"
Expand Down

0 comments on commit ebfe709

Please sign in to comment.