mirror of https://github.com/rapiz1/rathole.git
chore: update `snowstorm`
This commit is contained in:
parent
b8501b79e6
commit
24959daa93
|
@ -1105,8 +1105,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "snowstorm"
|
name = "snowstorm"
|
||||||
version = "0.1.3"
|
version = "0.1.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "git+https://github.com/black-binary/snowstorm?rev=1887755#1887755e00ebee5aa22cd8be9f1a3a35fcd538af"
|
||||||
checksum = "0052bbafaea7108c800435a6ab02df67ca6ce30da6097f898b06ea72484ef042"
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
|
|
|
@ -48,5 +48,5 @@ socket2 = "0.4"
|
||||||
fdlimit = "0.2.1"
|
fdlimit = "0.2.1"
|
||||||
tokio-native-tls = { version = "0.3.0", optional = true }
|
tokio-native-tls = { version = "0.3.0", optional = true }
|
||||||
async-trait = "0.1.52"
|
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 }
|
base64 = { version = "0.13.0", optional = true }
|
||||||
|
|
Loading…
Reference in New Issue