Skip to content

Commit

Permalink
chore: Ensure latest escargot is used
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 29, 2024
1 parent a6d7b6e commit 24ff3d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/snapbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ filetime = { version = "0.2.8", optional = true }

os_pipe = { version = "1.0", optional = true }
wait-timeout = { version = "0.2.0", optional = true }
escargot = { version = "0.5.7", optional = true }
escargot = { version = "0.5.13", optional = true }

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

Expand Down
2 changes: 1 addition & 1 deletion crates/trycmd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ shlex = "1.1.0"
humantime = "2"
humantime-serde = "1"
toml_edit = { version = "0.22.13", features = ["serde"] }
escargot = { version = "0.5.7", optional = true }
escargot = { version = "0.5.13", optional = true }

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

0 comments on commit 24ff3d6

Please sign in to comment.