mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-20 23:43:56 +08:00
Replace deprecated tempdir with tempfile
This also removes one dependency on the winapi crate. The current version of the time crate also depends on winapi, but work is being done to replace that version with 0.2 to remove the winapi dependency.
This commit is contained in:
@@ -72,7 +72,7 @@ memchr = "2.2.0"
|
||||
uuid = { version = "0.8", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
tempdir = "0.3"
|
||||
tempfile = "3.1.0"
|
||||
lazy_static = "1.0"
|
||||
regex = "1.0"
|
||||
uuid = { version = "0.8", features = ["v4"] }
|
||||
|
Reference in New Issue
Block a user