Skip to content

Commit

Permalink
Merge pull request #66 from ISibboI/dependabot/cargo/async-trait-0.1.74
Browse files Browse the repository at this point in the history
Bump async-trait from 0.1.73 to 0.1.74
  • Loading branch information
ISibboI authored Oct 18, 2023
2 parents 04596b8 + 8a95e69 commit 624cf49
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 backend/rvoc-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ path = "src/main.rs"
[dependencies]
# runtime
tokio = { version = "1.29.1", features = [] }
async-trait = "0.1.73"
async-trait = "0.1.74"

# cli - configuration happens via environment variables,
# we only use a cli for manual administrative tasks.
Expand Down

0 comments on commit 624cf49

Please sign in to comment.