Quellcode durchsuchen

chore: update `snowstorm`

Yujia Qiao vor 4 Jahren
Ursprung
Commit
24959daa93
2 geänderte Dateien mit 2 neuen und 3 gelöschten Zeilen
  1. 1 2
      Cargo.lock
  2. 1 1
      Cargo.toml

+ 1 - 2
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",

+ 1 - 1
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 }