diff --git a/Cargo.toml b/Cargo.toml index 7f7f5ba..f2db4e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,6 @@ exclude = [ [dependencies] tauri = "1.0" -tiny_http = "0.11" +tiny_http = "0.12" portpicker = "0.1" serde_json = "1.0"