Skip to content

Commit

Permalink
Merge pull request #246 from yaleman/dependabot/cargo/tokio-stream-0.…
Browse files Browse the repository at this point in the history
…1.14
  • Loading branch information
dependabot[bot] committed May 5, 2023
2 parents e553331 + 95f491f commit a40b063
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 @@ -79,7 +79,7 @@ shellexpand = "3.1.0"
sqlx = { version = "0.6", features = ["runtime-tokio-rustls", "sqlite", "json"], default-features=false }
tokio = { version = "1.26.0", features = ["full", "tracing"] }
tokio-cron-scheduler = "0.9.3"
tokio-stream = { version = "0.1.12", features = ["net"] }
tokio-stream = { version = "0.1.14", features = ["net"] }
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"] }
Expand Down

0 comments on commit a40b063

Please sign in to comment.