Skip to content

Commit d3d75c1

Browse files
Update Rust crate sqlparser from =0.58.0 to =0.59.0
1 parent 245bd33 commit d3d75c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ sqlx = { version = "=0.8.6", features = [
1515
"chrono",
1616
] }
1717
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
18-
sqlparser = { version = "=0.58.0" }
18+
sqlparser = { version = "=0.59.0" }
1919
chrono = { version = "=0.4.42", features = ["alloc"] }
2020
log = { version = "0.4.27" }
2121
futures = { version = "=0.3.31", features = ["async-await"] }

0 commit comments

Comments
 (0)