Skip to content

Commit

Permalink
fix(deps): update rust crate serde_dynamo to 4.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 1, 2024
1 parent 35d2979 commit 588bbc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tokio-stream = "0.1.11"
tokio-util = "0.7.8"
serde = { version = "1.0.171", features = ["derive"] }
serde_json = "1.0.89"
serde_dynamo = { version = "4.0.9", features = ["aws-sdk-dynamodb+0_21"] }
serde_dynamo = { version = "4.2.14", features = ["aws-sdk-dynamodb+0_21"] }
aws-config = "0.51.0"
aws-sdk-dynamodb = "0.21.0"
# https://github.com/1Password/typeshare
Expand Down

0 comments on commit 588bbc2

Please sign in to comment.