fix(deps): update rust crate tiny_http to 0.12 (#64)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-01-07 16:19:20 +01:00
committed by GitHub
parent 86e61a6ac0
commit 929cbfb6b7
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -15,5 +15,5 @@ serde_json.workspace = true
tauri.workspace = true
log.workspace = true
thiserror.workspace = true
tiny_http = "0.11"
tiny_http = "0.12"
http = "0.2"