소스 검색

chore(deps) Update Rust crate attohttpc to 0.14.0 (#649)

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

+ 1 - 1
tauri-api/Cargo.toml

@@ -26,7 +26,7 @@ anyhow = "1.0.31"
 thiserror = "1.0.19"
 rand = "0.7"
 nfd = "0.0.4"
-attohttpc = {version = "0.13.0", features=["json", "form" ]}
+attohttpc = {version = "0.14.0", features=["json", "form" ]}
 http = "0.2"
 tauri-utils = {version = "0.5", path = "../tauri-utils"}