Skip to content

Commit

Permalink
fix(deps): update rust crate tempfile to 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 14, 2023
1 parent fee99b6 commit e07535f
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.8.1"
serde_json = "1.0"
serde = { version = "1.0", features = [ "derive" ] }

Expand Down

0 comments on commit e07535f

Please sign in to comment.