fix(updater): encode version when making requests (#1816)

* fix(updater): encode version when making requests

ref: https://github.com/tauri-apps/tauri/issues/10908

* Update .changes/updater-endpoint-version-encoded.md

* only skip `+`

* fmt

* use normal const
This commit is contained in:
Amr Bashir
2024-09-20 07:57:40 -03:00
committed by GitHub
parent 6bf1bd8d44
commit 221f50f53b
4 changed files with 16 additions and 5 deletions
Generated
+1
View File
@@ -7120,6 +7120,7 @@ dependencies = [
"http",
"infer",
"minisign-verify",
"percent-encoding",
"reqwest",
"semver",
"serde",