Skip to content

Commit

Permalink
Merge pull request #1323 from TeamHarTex/renovate/async-trait-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate async-trait to 0.1.73
  • Loading branch information
HTGAzureX1212 authored Aug 12, 2023
2 parents 9b9c5db + 65299d0 commit 24d5576
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api-backend/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 api-backend/hartex-backend-ratelimiter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version = "1.73.0"
[dependencies]
hartex_backend_status_util = { path = "../hartex-backend-status-util" }

async-trait = "0.1.72"
async-trait = "0.1.73"
governor = { git = "https://github.com/antifuchs/governor.git" }
lazy_static = "1.4.0"
rocket = { git = "https://github.com/SergioBenitez/Rocket.git", branch = "master" }
Expand Down

0 comments on commit 24d5576

Please sign in to comment.