Skip to content

Commit adcb082

Browse files
committed
chore(deps): pin ignore to =0.4.18
1 parent f971040 commit adcb082

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.changes/pin-ignore.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"tauri": patch
3+
"cli.rs": patch
4+
"cli.js": patch
5+
---
6+
7+
Pin `ignore` to `=0.4.18`.

core/tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ state = "0.5"
6060
tar = "0.4.38"
6161
tempfile = "3"
6262
zip = { version = "0.6", default-features = false, optional = true }
63-
ignore = "0.4"
63+
ignore = "=0.4.18"
6464
flate2 = "1.0"
6565
http = "0.2"
6666
dirs-next = "2.0"

tooling/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ heck = "0.4"
6868
dialoguer = "0.10"
6969
url = { version = "2.3", features = [ "serde" ] }
7070
os_pipe = "1"
71-
ignore = "0.4"
71+
ignore = "=0.4.18"
7272
ctrlc = "3.2"
7373
log = { version = "0.4.17", features = [ "kv_unstable", "kv_unstable_std" ] }
7474
env_logger = "0.9.1"

0 commit comments

Comments
 (0)