Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sqlparser requirement from 0.4.0 to 0.9.0 #111

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update sqlparser requirement from 0.4.0 to 0.9.0
  • Loading branch information
dependabot-preview[bot] committed Mar 22, 2021
commit f172403dbaec22a17091e51725e00c8663f0deae
2 changes: 1 addition & 1 deletion postgres-rest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rayon = "1.1.0"
regex = "1.2.0"
serde = { version = "1.0.97", features = ["derive"] }
serde_json = "1.0.40"
sqlparser = "0.4.0"
sqlparser = "0.9.0"
tokio = "0.1.22"
tokio-postgres = { version = "0.4.0-rc.3", features = ["with-chrono-0_4", "with-eui48-0_4", "with-eui48-0_4", "with-serde_json-1", "with-uuid-0_7"] }
uuid = { version = "0.7.4", features = ["serde"] }
Expand Down