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>

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

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-04-17 12:42:39 +00:00
committed by tauri-bot
parent 9bae625210
commit 9e0efddd59

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]