Skip to content

Commit 476aec3

Browse files
Update Rust crate byteorder to 1.5.0
1 parent 83db8e8 commit 476aec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native/src/rusqlite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ chrono = { version = "0.4", optional = true }
4949
serde_json = { version = "1.0", optional = true }
5050
csv = { version = "1.0", optional = true }
5151
lazy_static = { version = "1.0", optional = true }
52-
byteorder = { version = "1.2", features = ["i128"], optional = true }
52+
byteorder = { version = "1.5.0", features = ["i128"], optional = true }
5353

5454
[dev-dependencies]
5555
tempdir = "0.3"

0 commit comments

Comments
 (0)