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 476aec3Copy full SHA for 476aec3
native/src/rusqlite/Cargo.toml
@@ -49,7 +49,7 @@ 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 }
52
-byteorder = { version = "1.2", features = ["i128"], optional = true }
+byteorder = { version = "1.5.0", features = ["i128"], optional = true }
53
54
[dev-dependencies]
55
tempdir = "0.3"
0 commit comments