mirror of https://github.com/helix-editor/helix
update tempfile dev-dependency to 3.9 (#9359)
parent
eef46b1aed
commit
44cb8e5475
|
@ -55,4 +55,4 @@ parking_lot = "0.12"
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
quickcheck = { version = "1", default-features = false }
|
quickcheck = { version = "1", default-features = false }
|
||||||
indoc = "2.0.4"
|
indoc = "2.0.4"
|
||||||
tempfile = "3.7.0"
|
tempfile = "3.9"
|
||||||
|
|
Loading…
Reference in New Issue