Skip to content

Commit c2023d4

Browse files
committed
bottomless: update async_compression to 4.4
1 parent 5efb42b commit c2023d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bottomless/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = "Bottomless replication for libSQL"
1010

1111
[dependencies]
1212
anyhow = "1.0.66"
13-
async-compression = { version = "0.3.15", features = ["tokio", "gzip", "xz"] }
13+
async-compression = { version = "0.4.4", features = ["tokio", "gzip", "xz"] }
1414
aws-config = { version = "0.55" }
1515
aws-sdk-s3 = { version = "0.28" }
1616
bytes = "1"

0 commit comments

Comments
 (0)