Skip to content

Commit

Permalink
Merge pull request #30 from codahale/dependabot/cargo/tokio-1.24.1
Browse files Browse the repository at this point in the history
build(deps): bump tokio from 1.24.0 to 1.24.1
  • Loading branch information
codahale committed Jan 6, 2023
2 parents 74cfbd5 + bb36a5f commit eb44412
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.24.0", features = ["full"] }
tokio = { version = "1.24.1", features = ["full"] }
tokio-util = "0.7.4"
tower = "0.4.13"
tower-http = { version = "0.3.5", features = [
Expand Down

0 comments on commit eb44412

Please sign in to comment.