Sfoglia il codice sorgente

chore(deps) Update Rust crate attohttpc to 0.22 (#4906)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 3 anni fa
parent
commit
9e48da502f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tooling/bundler/Cargo.toml

+ 1 - 1
tooling/bundler/Cargo.toml

@@ -39,7 +39,7 @@ log = { version = "0.4.17", features = [ "kv_unstable" ] }
 dirs-next = "2.0"
 
 [target."cfg(target_os = \"windows\")".dependencies]
-attohttpc = "0.20"
+attohttpc = "0.22"
 uuid = { version = "1", features = [ "v4", "v5" ] }
 bitness = "0.4"
 winreg = "0.10"