Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
feat: update secrets manager
Browse files Browse the repository at this point in the history
  • Loading branch information
ralvescosta committed Feb 5, 2023
1 parent aebe96c commit e1ac3c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions secrets_manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mocks = ["dep:mockall"]
[dependencies]
errors = { path = "../errors" }

async-trait = { version = "0.1.63" }
async-trait = { version = "0.1.64" }
tracing = { version = "0.1.37" }
aws-config = { version = "0.51.0" }
aws-sdk-secretsmanager = { version = "0.21.0" }
Expand All @@ -20,4 +20,4 @@ mockall = { version = "0.11.3", optional = true }

[dev-dependencies]
mockall = { version = "0.11.3" }
tokio = { version = "1.24.2", features = ["macros"] }
tokio = { version = "1.25.0", features = ["macros"] }

0 comments on commit e1ac3c8

Please sign in to comment.