Przeglądaj źródła

chore(deps) Update Rust crate toml to 0.5.8 (#1122)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] 4 lat temu
rodzic
commit
d3215886bf
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      cli/tauri-bundler/Cargo.toml

+ 1 - 1
cli/tauri-bundler/Cargo.toml

@@ -35,7 +35,7 @@ strsim = "0.10.0"
 tar = "0.4"
 target_build_utils = "0.3"
 term = "0.6.1"
-toml = "0.5.7"
+toml = "0.5.8"
 uuid = { version = "0.8", features = [ "v5" ] }
 walkdir = "2"
 lazy_static = { version = "1.4" }