mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
Upgrade uuid dependency
This commit is contained in:
parent
26c444341c
commit
616781957e
@ -121,7 +121,7 @@ lazy_static = { version = "1.4", optional = true }
|
|||||||
fallible-iterator = "0.2"
|
fallible-iterator = "0.2"
|
||||||
fallible-streaming-iterator = "0.1"
|
fallible-streaming-iterator = "0.1"
|
||||||
memchr = "2.3"
|
memchr = "2.3"
|
||||||
uuid = { version = "0.8", optional = true }
|
uuid = { version = "1.0", optional = true }
|
||||||
smallvec = "1.6.1"
|
smallvec = "1.6.1"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
@ -129,7 +129,7 @@ doc-comment = "0.3"
|
|||||||
tempfile = "3.1.0"
|
tempfile = "3.1.0"
|
||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
regex = "1.3"
|
regex = "1.3"
|
||||||
uuid = { version = "0.8", features = ["v4"] }
|
uuid = { version = "1.0", features = ["v4"] }
|
||||||
unicase = "2.6.0"
|
unicase = "2.6.0"
|
||||||
# Use `bencher` over criterion because it builds much faster and we don't have
|
# Use `bencher` over criterion because it builds much faster and we don't have
|
||||||
# many benchmarks
|
# many benchmarks
|
||||||
|
Loading…
Reference in New Issue
Block a user