chore: update `snowstorm`

This commit is contained in:
Yujia Qiao 2021-12-27 10:59:00 +08:00 committed by Yujia Qiao
parent b8501b79e6
commit 24959daa93
2 changed files with 2 additions and 3 deletions

3
Cargo.lock generated
View File

@ -1105,8 +1105,7 @@ dependencies = [
[[package]]
name = "snowstorm"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0052bbafaea7108c800435a6ab02df67ca6ce30da6097f898b06ea72484ef042"
source = "git+https://github.com/black-binary/snowstorm?rev=1887755#1887755e00ebee5aa22cd8be9f1a3a35fcd538af"
dependencies = [
"bytes",
"futures-util",

View File

@ -48,5 +48,5 @@ socket2 = "0.4"
fdlimit = "0.2.1"
tokio-native-tls = { version = "0.3.0", optional = true }
async-trait = "0.1.52"
snowstorm = { version = "0.1.3", optional = true }
snowstorm = { git = "https://github.com/black-binary/snowstorm", rev = "1887755", optional = true }
base64 = { version = "0.13.0", optional = true }