We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83db8e8 commit d23ddf4Copy full SHA for d23ddf4
native/src/rusqlite/Cargo.toml
@@ -48,12 +48,12 @@ lru-cache = "0.1"
48
chrono = { version = "0.4", optional = true }
49
serde_json = { version = "1.0", optional = true }
50
csv = { version = "1.0", optional = true }
51
-lazy_static = { version = "1.0", optional = true }
+lazy_static = { version = "1.4.0", optional = true }
52
byteorder = { version = "1.2", features = ["i128"], optional = true }
53
54
[dev-dependencies]
55
tempdir = "0.3"
56
-lazy_static = "1.0"
+lazy_static = "1.4.0"
57
regex = "1.0"
58
59
[dependencies.libsqlite3-sys]
0 commit comments