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

* fix(deps): update rust crate tiny_http to 0.12

* .

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de>
This commit is contained in:
renovate[bot]
2024-04-17 14:41:37 +02:00
committed by GitHub
parent c079d8c81b
commit 6698774f3f
3 changed files with 5 additions and 18 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ tauri = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
tauri-plugin-updater = { path = "../.." }
tiny_http = "0.11"
tiny_http = "0.12"
time = { version = "0.3", features = ["formatting"] }
[features]