Skip to content

Commit

Permalink
fix(security): bump tempfile version to 3.4.0 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbecker authored Mar 7, 2023
1 parent 262e1ca commit 02d7f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde_json = "1.0.68"
sha1 = "0.10.5"
sha2 = "0.10.6"
ssri = "8.0.0"
tempfile = "3.2.0"
tempfile = "3.4.0"
thiserror = "1.0.29"
tokio = { version = "1.12.0", features = [
"fs",
Expand Down

0 comments on commit 02d7f14

Please sign in to comment.