Преглед на файлове

chore(deps) Update Rust crate sha2 to 0.10 (#3368)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] преди 3 години
родител
ревизия
b5581741e8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      core/tauri-codegen/Cargo.toml

+ 1 - 1
core/tauri-codegen/Cargo.toml

@@ -13,7 +13,7 @@ exclude = [ ".license_template", "CHANGELOG.md", "/target" ]
 readme = "README.md"
 
 [dependencies]
-sha2 = "0.9"
+sha2 = "0.10"
 base64 = "0.13"
 blake3 = { version = "1.3", features = [ "rayon" ] }
 proc-macro2 = "1"