Skip to content

Commit 9b31963

Browse files
chore(deps): update rust crate urlpattern to 0.3
1 parent e271382 commit 9b31963

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

Cargo.lock

Lines changed: 15 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-rc.1" }
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)