fix(tauri-utils): Set minimum patch version for glob (#12950)

This commit is contained in:
Fabian-Lars
2025-03-10 21:38:22 +01:00
committed by GitHub
parent 3a74dc8f34
commit 93124ad2eb

View File

@@ -35,7 +35,8 @@ ctor = "0.2"
json5 = { version = "0.4", optional = true }
toml = { version = "0.8", features = ["parse"] }
json-patch = "3.0"
glob = "0.3"
# Our code requires at least 0.3.1
glob = "0.3.1"
urlpattern = "0.3"
regex = "1"
walkdir = { version = "2", optional = true }