Skip to content

Commit

Permalink
Update tempfile crate to version 3.8
Browse files Browse the repository at this point in the history
also remove double-dependency on this (was in dev too)
  • Loading branch information
seapagan committed Feb 28, 2025
1 parent abd08f3 commit 9e2ff61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ path = "src/main.rs"

[dependencies]
git2 = "0.20"
tempfile = "3.3"
tempfile = "3.8"
url = "2.2"
clap = { version = "4.1", features = ["derive"] }
regex = "1"
Expand All @@ -48,6 +48,5 @@ default = []
incremental = true

[dev-dependencies]
tempfile = "3.8"
fs_extra = "1.3"
temp-env = "0.3.6"

0 comments on commit 9e2ff61

Please sign in to comment.