소스 검색

chore(deps) Update Rust crate base64 to 0.12.1 (#584)

renovate[bot] 5 년 전
부모
커밋
2ea9acb24e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tauri/Cargo.toml

+ 1 - 1
tauri/Cargo.toml

@@ -16,7 +16,7 @@ webview-sys = "=0.5.0"
 web-view = "=0.6.2"
 tauri_includedir = "0.5.0"
 phf = "0.8.0"
-base64 = "0.12.0"
+base64 = "0.12.1"
 webbrowser = "0.5.2"
 lazy_static = "1.4.0"
 tiny_http = { version = "0.7", optional = true }