Skip to content

Commit

Permalink
fix(deps): update rust crate tempfile to 3.10 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 17, 2024
1 parent d71426b commit c8846f6
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 34 deletions.
122 changes: 89 additions & 33 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 whiskers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ regex = "1.10"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["preserve_order"] }
serde_yaml = "0.9"
tempfile = "3.8"
tempfile = "3.10"
thiserror = "1.0"
titlecase = "2.2"
json-patch = "1.2.0"
Expand Down

0 comments on commit c8846f6

Please sign in to comment.