Skip to content

Commit

Permalink
fix(deps): update rust crate tempfile to 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 15, 2024
1 parent da44071 commit acef5b4
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 @@ -37,7 +37,7 @@ rand = "0.8.5"
seahash = { version = "4.1.0", optional = true }
serde = { version = "1.0.196", features = ["derive", "rc"] }
serde_json = "1.0.113"
tempfile = "3.9.0"
tempfile = "3.10.0"

[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] }
Expand Down

0 comments on commit acef5b4

Please sign in to comment.