Skip to content

Commit 24ff3d6

Browse files
committed
chore: Ensure latest escargot is used
1 parent a6d7b6e commit 24ff3d6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

crates/snapbox/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ filetime = { version = "0.2.8", optional = true }
8080

8181
os_pipe = { version = "1.0", optional = true }
8282
wait-timeout = { version = "0.2.0", optional = true }
83-
escargot = { version = "0.5.7", optional = true }
83+
escargot = { version = "0.5.13", optional = true }
8484

8585
backtrace = { version = "0.3", optional = true }
8686

crates/trycmd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ shlex = "1.1.0"
5959
humantime = "2"
6060
humantime-serde = "1"
6161
toml_edit = { version = "0.22.13", features = ["serde"] }
62-
escargot = { version = "0.5.7", optional = true }
62+
escargot = { version = "0.5.13", optional = true }
6363

6464
schemars = { version = "0.8.21", features = ["preserve_order"], optional = true }
6565
serde_json = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)