Skip to content

Commit

Permalink
tests: update Cargo deps
Browse files Browse the repository at this point in the history
  • Loading branch information
laniakea64 committed Nov 7, 2024
1 parent 5f684fc commit cd11f4b
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 49 deletions.
101 changes: 55 additions & 46 deletions tests/Cargo.lock

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

6 changes: 3 additions & 3 deletions tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ get_unwrap = "warn"
used_underscore_binding = "deny"

[dependencies]
ctrlc = "3.4.4"
fancy-regex = "0.13.0"
ctrlc = "3.4.5"
fancy-regex = "0.14.0"
rand = "0.8.5"
rayon = "1.10.0"
serde = { version = "1.0.204", features = ["derive"] }
serde = { version = "1.0.214", features = ["derive"] }
serde_yaml2 = "0.1.2"
similar = "2.6.0"
tempfile = "3.10.1"
Expand Down

0 comments on commit cd11f4b

Please sign in to comment.