Explorar o código

fix: use snowstorm v0.1.2 instead of git

Yujia Qiao %!s(int64=4) %!d(string=hai) anos
pai
achega
d409a839b4
Modificáronse 2 ficheiros con 4 adicións e 3 borrados
  1. 3 2
      Cargo.lock
  2. 1 1
      Cargo.toml

+ 3 - 2
Cargo.lock

@@ -1104,8 +1104,9 @@ dependencies = [
 
 [[package]]
 name = "snowstorm"
-version = "0.1.1"
-source = "git+https://github.com/black-binary/snowstorm#42fe84ce2305f02960fb1e295eaa768da055e6e0"
+version = "0.1.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "8d51a1126954ff3e8d23a2760e8fd31d2ef57dc4de94b8914ccf55427c964aa9"
 dependencies = [
  "bytes",
  "futures-util",

+ 1 - 1
Cargo.toml

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