Skip to content

Commit d246058

Browse files
chore(deps): update rust crate urlpattern to 0.3
1 parent bc85bab commit d246058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/http/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tauri-plugin = { workspace = true, features = [ "build" ] }
1818
schemars = { workspace = true }
1919
serde = { workspace = true }
2020
url = { workspace = true }
21-
urlpattern = "0.2"
21+
urlpattern = "0.3"
2222
regex = "1"
2323

2424
[dependencies]
@@ -28,7 +28,7 @@ tauri = { workspace = true }
2828
thiserror = { workspace = true }
2929
tokio = { version = "1", features = [ "sync", "macros" ] }
3030
tauri-plugin-fs = { path = "../fs", version = "2.0.0-beta.12" }
31-
urlpattern = "0.2"
31+
urlpattern = "0.3"
3232
regex = "1"
3333
http = "1"
3434
reqwest = { version = "0.12", default-features = false }

0 commit comments

Comments
 (0)