mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-03 08:36:07 +03:00
chore(deps): pin ignore
to =0.4.18
This commit is contained in:
parent
1b9f0ec350
commit
7ccfa2fb0b
7
.changes/pin-ignore.md
Normal file
7
.changes/pin-ignore.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
"tauri": patch
|
||||
"cli.rs": patch
|
||||
"cli.js": patch
|
||||
---
|
||||
|
||||
Pin `ignore` to `=0.4.18`.
|
@ -60,7 +60,7 @@ state = "0.5"
|
||||
tar = "0.4.38"
|
||||
tempfile = "3"
|
||||
zip = { version = "0.6", default-features = false, optional = true }
|
||||
ignore = "0.4"
|
||||
ignore = "=0.4.18"
|
||||
flate2 = "1.0"
|
||||
http = "0.2"
|
||||
dirs-next = "2.0"
|
||||
|
@ -68,7 +68,7 @@ heck = { version = "0.4", features = [ "unicode" ] }
|
||||
dialoguer = "0.10"
|
||||
url = { version = "2.3", features = [ "serde" ] }
|
||||
os_pipe = "1"
|
||||
ignore = "0.4"
|
||||
ignore = "=0.4.18"
|
||||
ctrlc = "3.2"
|
||||
log = { version = "0.4.17", features = [ "kv_unstable", "kv_unstable_std" ] }
|
||||
env_logger = "0.9.1"
|
||||
|
Loading…
Reference in New Issue
Block a user