Skip to content

Commit

Permalink
Merge pull request #21 from mulkieran/tempfile-3.3.0
Browse files Browse the repository at this point in the history
Increase tempfile dependency lower bound to 3.3.0
  • Loading branch information
mulkieran authored Jul 10, 2024
2 parents 77038bd + 6c9416f commit 2fb6e8c
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 @@ -31,4 +31,4 @@ gpt = "3.0.0"
once_cell = "1.19.0"
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.68"
tempfile = "3.2.0"
tempfile = "3.3.0"

0 comments on commit 2fb6e8c

Please sign in to comment.