Skip to content

Commit

Permalink
fix(deps): update rust crate async-trait to 0.1.83 (#18361)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent fa62971 commit 56911f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boundaries/billing/currency/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
rust_decimal = "1.36.0"
rust_decimal_macros = "1.36.0"
tokio = { version = "1.40.0", features = ["full"] }
async-trait = "0.1.82"
async-trait = "0.1.83"
warp = "0.3.7"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
Expand Down
2 changes: 1 addition & 1 deletion boundaries/notification/newsletter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde_json = "1.0.128"
serde_derive = "1.0.210"
route-recognizer = "0.3.1"
bytes = "1.7.2"
async-trait = "0.1.82"
async-trait = "0.1.83"
pretty_env_logger = "0.5"
tera = "1.20.0"
env_logger = "0.11.5"
Expand Down

0 comments on commit 56911f0

Please sign in to comment.