Skip to content

Commit

Permalink
fix: Use tokio 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsvante committed Jan 6, 2023
1 parent 026cf77 commit 9e50773
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ thiserror = "1.0.38"
# TODO: Remove `serde-well-known`, it's being deprecated. See this commit:
# https://github.com/time-rs/time/commit/110e17bb8461816551f7197a2aa2e34c981fa22d
time = { version = "0.3.17", features = ["serde", "serde-human-readable", "serde-well-known"] }
tokio = { version = "1.23.0", features = ["full"] }
tokio = { version = "1.24.1", features = ["full"] }
tokio-postgres = "0.7.7"
tower = "0.4.13"
tower-http = { version = "0.3.5", default-features = false, features = ["fs", "trace", "cors", "compression-full"] }
Expand Down

0 comments on commit 9e50773

Please sign in to comment.