diff --git a/Cargo.lock b/Cargo.lock index d077ae4..fdd4800 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index c79915e..acf0343 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }