Skip to content

Commit

Permalink
chore(dependencies): fix dependabot message on rustix
Browse files Browse the repository at this point in the history
Rustix is a dependency of tempfile, so by upgrading tempfile, we fixed
the security bug.
  • Loading branch information
erwinvaneijk committed Nov 7, 2023
1 parent 617aba5 commit 4d9b82e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ features = ["serde", "rayon"]
pretty_assertions = "1.3.0"
float-cmp = "~0.9.0"
serde_test = "~1.0"
tempfile = "3.7.0"
tempfile = "3.8.1"
assert_cmd = "~2.0.7"
predicates = "3.0.3"

0 comments on commit 4d9b82e

Please sign in to comment.