Skip to content

Commit

Permalink
chore(deps): add tower-service dependency
Browse files Browse the repository at this point in the history
The tower-service package is introduced to enhance the application's asynchronous programming capabilities.
  • Loading branch information
nekofar committed Dec 4, 2024
1 parent 12d47dd commit 8cab976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ regex = "1.11.1"
reqwest = "0.11.26"
serde = { version = "1.0.215", features = ["derive"] }
sqids = "0.4.1"
tower-service = "0.3.2"
unidecode = "0.3.0"
url = "2.5.3"
worker = { version = "0.3.0", features = ["http", "axum"] }
Expand Down

0 comments on commit 8cab976

Please sign in to comment.