Skip to content

Commit

Permalink
Merge pull request #210 from SonnyX/dependabot/cargo/async-compressio…
Browse files Browse the repository at this point in the history
…n-0.4.5

Bump async-compression from 0.4.4 to 0.4.5
  • Loading branch information
SonnyX authored Nov 16, 2023
2 parents 6b1813c + 013ed1e commit ef20a48
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 @@ -31,7 +31,7 @@ http-body = "0.4.5"
bytes = "1.5.0"
futures-core = { version = "0.3.29", default-features = false }
futures-util = { version = "0.3.29", default-features = false }
async-compression = { version = "0.4.4", default-features = false, features = ["tokio"], optional = true }
async-compression = { version = "0.4.5", default-features = false, features = ["tokio"], optional = true }
tokio-util = { version = "0.7.10", default-features = false, features = ["codec", "io"], optional = true }

[dev-dependencies]
Expand Down

0 comments on commit ef20a48

Please sign in to comment.