Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Cristiano Piemontese <cristiano.piemontese@prima.it>
  • Loading branch information
MaeIsBad and cpiemontese authored Feb 7, 2025
1 parent a3b8a92 commit 1714d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ tonic = { version = "0.12", default-features = false, optional = true }
tracing = { version = "0.1", optional = true }
uuid = { version = ">=0.7.0, <2.0.0", features = ["serde", "v4"] }
chacha20poly1305 = { version = "0.10.1", features = ["std"], optional = true }
aws-sdk-dynamodb = { version = "1.63", optional = true }
aws_sdk_dynamodb = { version = "1.63", optional = true }

reqwest-middleware = { version = "0.4.0", features = ["json", "multipart"] }
http = "1.0.0"
Expand Down

0 comments on commit 1714d3f

Please sign in to comment.