Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
also don't use full tokio
  • Loading branch information
awwpotato committed Oct 25, 2024
1 parent 973b661 commit 705bf98
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 103 deletions.
136 changes: 34 additions & 102 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dotenv = "0.15.0"
reqwest = { version = "0.12.8", features = ["json"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
tokio = { version = "1.40.0", features = ["full"] }
tokio = { version = "1.40.0", features = ["rt-multi-thread"] }
tower-http = { version = "0.6.1", features = ["fs", "trace"] }
tba-openapi-rust = { git = "https://github.com/awwpotato/tba-openapi-rust" }
chrono = "0.4.38"
Expand Down

0 comments on commit 705bf98

Please sign in to comment.