Skip to content

Commit

Permalink
Update tempfile crate
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed Oct 27, 2023
1 parent 5b8447e commit 61596f9
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 @@ -32,7 +32,7 @@ backoff = { version = "0.4.0", features = ["tokio"], optional = true }
governor = { version = "0.6.0", optional = true }
xmltree = { version = "0.10.3", optional = true }
async-recursion = { version = "1.0.5", optional = true }
tempfile = { version = "3.8.0", optional = true }
tempfile = { version = "3.8.1", optional = true }
sanitise-file-name = { version = "1.0.0", optional = true }
colored = { version = "2.0.4", optional = true }
ac-ffmpeg = { version = "0.18.1", optional = true }
Expand Down

0 comments on commit 61596f9

Please sign in to comment.