소스 검색

chore(deps) Update Rust crate tempfile to 3.3.0 (#3202)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] 3 년 전
부모
커밋
30eae51426
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tooling/bundler/Cargo.toml

+ 1 - 1
tooling/bundler/Cargo.toml

@@ -39,7 +39,7 @@ toml = "0.5.8"
 walkdir = "2"
 handlebars = { version = "4.2" }
 zip = { version = "0.5" }
-tempfile = "3.2.0"
+tempfile = "3.3.0"
 regex = "1"
 
 [target."cfg(target_os = \"windows\")".dependencies]