Skip to content

Commit

Permalink
Merge pull request #242 from yaleman/dependabot/cargo/tokio-util-0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 28, 2023
2 parents 946c818 + 57e51ce commit d27ea56
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 @@ -80,7 +80,7 @@ sqlx = { version = "0.6", features = ["runtime-tokio-rustls", "sqlite", "json"],
tokio = { version = "1.26.0", features = ["full", "tracing"] }
tokio-cron-scheduler = "0.9.3"
tokio-stream = { version = "0.1.12", features = ["net"] }
tokio-util = { version = "0.7.4", features = ["full"] }
tokio-util = { version = "0.7.8", features = ["full"] }
tower = "0.4.13"
tower-http = { version = "0.4.0", features = ["fs", "trace", "add-extension", "compression-gzip"] }
tracing = "0.1.37"
Expand Down

0 comments on commit d27ea56

Please sign in to comment.