We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5efb42b commit c2023d4Copy full SHA for c2023d4
bottomless/Cargo.toml
@@ -10,7 +10,7 @@ description = "Bottomless replication for libSQL"
10
11
[dependencies]
12
anyhow = "1.0.66"
13
-async-compression = { version = "0.3.15", features = ["tokio", "gzip", "xz"] }
+async-compression = { version = "0.4.4", features = ["tokio", "gzip", "xz"] }
14
aws-config = { version = "0.55" }
15
aws-sdk-s3 = { version = "0.28" }
16
bytes = "1"
0 commit comments