Skip to content

Commit

Permalink
Merge pull request #27 from codahale/dependabot/cargo/tokio-1.24.0
Browse files Browse the repository at this point in the history
build(deps): bump tokio from 1.23.1 to 1.24.0
  • Loading branch information
codahale committed Jan 5, 2023
2 parents dcb55ff + e1b1972 commit 29f85d6
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 @@ -44,7 +44,7 @@ spki = { version = "0.6.0", features = ["std", "alloc"] }
sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "sqlite", "chrono", "uuid", "offline"] }
tempdir = "0.3.7"
thiserror = "1.0.38"
tokio = { version = "1.23.1", features = ["full"] }
tokio = { version = "1.24.0", features = ["full"] }
tokio-util = "0.7.4"
tower = "0.4.13"
tower-http = { version = "0.3.5", features = [
Expand Down

0 comments on commit 29f85d6

Please sign in to comment.