diff --git a/plugins/http/Cargo.toml b/plugins/http/Cargo.toml index 66530117b..4bb31cf65 100644 --- a/plugins/http/Cargo.toml +++ b/plugins/http/Cargo.toml @@ -25,7 +25,7 @@ tauri-plugin = { workspace = true, features = ["build"] } schemars = { workspace = true } serde = { workspace = true } url = { workspace = true } -urlpattern = "0.3" +urlpattern = "0.4" regex = "1" [dependencies] @@ -35,7 +35,7 @@ tauri = { workspace = true } thiserror = { workspace = true } tokio = { version = "1", features = ["sync", "macros"] } tauri-plugin-fs = { path = "../fs", version = "2.4.2" } -urlpattern = "0.3" +urlpattern = "0.4" regex = "1" http = "1" reqwest = { version = "0.12", default-features = false }