Skip to content

Commit

Permalink
fix(deps): update rust crate tempfile to 3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 19, 2024
1 parent 3ec2ea9 commit eb9c515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/tauri-apps/wry"
[dependencies]
anyhow = "1.0"
time = { version = "0.3", features = ["formatting"] }
tempfile = "3.8.0"
tempfile = "3.10.1"
serde_json = "1.0"
serde = { version = "1.0", features = [ "derive" ] }

Expand Down

0 comments on commit eb9c515

Please sign in to comment.