Update async-compression 0.3.12 to 0.3.14

Reviewed By: diliop

Differential Revision: D38504144

fbshipit-source-id: 1cd786a3d260847281729b19c29e402377edca22
This commit is contained in:
Andres Suarez 2022-08-08 11:02:03 -07:00 committed by Facebook GitHub Bot
parent c5e52dc913
commit 0d7d2e9dce
5 changed files with 3 additions and 6 deletions

View File

@ -1,6 +1,5 @@
[patch.crates-io]
aes-gcm-siv = { git = "https://github.com/lei2022/AEADs", rev = "d9d03399fbc1347a1c2941801c0743e847980757" }
async-compression = { git = "https://github.com/lei2022/async-compression", rev = "08331f1421eee9d662d172ca7d670347054f8664" }
bundlr-sdk = { git = "https://github.com/kaustavha/rust-sdk", rev = "4ed5b08398a9f9df284daf57888c314e4f7d4e1d" }
curve25519-dalek = { git = "https://github.com/hariria/curve25519-dalek", rev = "1f39e7b369dc70f432370c9703229a45bfa9664e" }
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -74,7 +74,7 @@ path = "cmds/streaming_clone_warmup/main.rs"
ahash = "0.7.4"
anyhow = "1.0.56"
ascii = "1.0"
async-compression = { version = "0.3.12", features = ["all-implementations", "brotli", "bzip2", "deflate", "gzip", "zlib", "zstd"] }
async-compression = { version = "0.3.14", features = ["all-implementations", "brotli", "bzip2", "deflate", "gzip", "zlib", "zstd"] }
blobrepo = { version = "0.1.0", path = "blobrepo" }
blobrepo_utils = { version = "0.1.0", path = "blobrepo_utils" }
blobstore = { version = "0.1.0", path = "blobstore" }
@ -139,7 +139,6 @@ toml = "=0.5.8"
[patch.crates-io]
aes-gcm-siv = { git = "https://github.com/lei2022/AEADs", rev = "d9d03399fbc1347a1c2941801c0743e847980757" }
async-compression = { git = "https://github.com/lei2022/async-compression", rev = "08331f1421eee9d662d172ca7d670347054f8664" }
bundlr-sdk = { git = "https://github.com/kaustavha/rust-sdk", rev = "4ed5b08398a9f9df284daf57888c314e4f7d4e1d" }
curve25519-dalek = { git = "https://github.com/hariria/curve25519-dalek", rev = "1f39e7b369dc70f432370c9703229a45bfa9664e" }
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -9,7 +9,7 @@ license = "GPLv2+"
[dependencies]
anyhow = "1.0.56"
async-compression = { version = "0.3.12", features = ["all-implementations", "brotli", "bzip2", "deflate", "gzip", "zlib", "zstd"] }
async-compression = { version = "0.3.14", features = ["all-implementations", "brotli", "bzip2", "deflate", "gzip", "zlib", "zstd"] }
async-trait = "0.1.56"
bytes = { version = "1.1", features = ["serde"] }
cached_config = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }

View File

@ -1,6 +1,5 @@
[patch.crates-io]
aes-gcm-siv = { git = "https://github.com/lei2022/AEADs", rev = "d9d03399fbc1347a1c2941801c0743e847980757" }
async-compression = { git = "https://github.com/lei2022/async-compression", rev = "08331f1421eee9d662d172ca7d670347054f8664" }
bundlr-sdk = { git = "https://github.com/kaustavha/rust-sdk", rev = "4ed5b08398a9f9df284daf57888c314e4f7d4e1d" }
curve25519-dalek = { git = "https://github.com/hariria/curve25519-dalek", rev = "1f39e7b369dc70f432370c9703229a45bfa9664e" }
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }

View File

@ -11,7 +11,7 @@ path = "src/bin/cli.rs"
[dependencies]
anyhow = "1.0.56"
async-compression = { version = "0.3.12", features = ["all-implementations", "brotli", "bzip2", "deflate", "gzip", "zlib", "zstd"] }
async-compression = { version = "0.3.14", features = ["all-implementations", "brotli", "bzip2", "deflate", "gzip", "zlib", "zstd"] }
atty = "0.2"
curl = { version = "0.4.41", features = ["http2"] }
curl-sys = "0.4.51"