chore(deps): update tauri monorepo (#1325)

* chore(deps): update tauri monorepo

* enable ci for ver updates

* fix http

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/9101376480

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-05-15 19:11:55 +00:00
committed by tauri-bot
parent 342911740f
commit 3f4e598f01

View File

@@ -246,7 +246,7 @@ pub async fn fetch<R: Runtime>(
request = request.header(header::USER_AGENT, "tauri-plugin-http");
}
request = request.header(header::ORIGIN, webview.url().as_str());
request = request.header(header::ORIGIN, webview.url()?.as_str());
if let Some(data) = data {
request = request.body(data);