Bladeren bron

chore(deps) Update Rust crate attohttpc to 0.16.0 (#1041)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
renovate[bot] 4 jaren geleden
bovenliggende
commit
92908c7e91
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      tauri-api/Cargo.toml

+ 1 - 1
tauri-api/Cargo.toml

@@ -30,7 +30,7 @@ thiserror = "1.0.21"
 rand = "0.7"
 nfd = "0.0.4"
 tauri-dialog = "0.1.0"
-attohttpc = { version = "0.15.0", features = [ "json", "form" ] }
+attohttpc = { version = "0.16.0", features = [ "json", "form" ] }
 http = "0.2"
 tauri-utils = { version = "0.5", path = "../tauri-utils" }
 clap = { git = "https://github.com/clap-rs/clap", rev = "1a276f8", version = "3.0.0-beta.1", optional = true }