Skip to content

Commit

Permalink
chore(core): deps: async-compression-v0.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Oct 8, 2022
1 parent fb86145 commit 24b3c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viz-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ getrandom = { version = "0.2.7", optional = true }
base64 = { version = "0.13.0", optional = true }

# Compression
async-compression = { version = "0.3.14", features = ["tokio", "gzip", "brotli", "deflate"], optional = true }
async-compression = { version = "0.3.15", features = ["tokio", "gzip", "brotli", "deflate"], optional = true }

# OpenTelemetry
opentelemetry = { version = "0.18.0", default-features = false, optional = true }
Expand Down

0 comments on commit 24b3c32

Please sign in to comment.