pganalyze / pg_query.rs

Rust library to parse, deparse and normalize SQL queries using the PostgreSQL query parser
MIT License
126 stars 12 forks source link

bump bindgen version to 0.66.1 #28

Closed imor closed 1 year ago

imor commented 1 year ago

The PR upgrades bindgen to remove a transitive dependencies on atty. It is needed to fix https://github.com/supabase/postgres_lsp/security/dependabot/1 in our repo.

Also can a new version be published please once this is merged.

seanlinsley commented 1 year ago

@imor @absporl this has been released to crates.io as 0.8.2

imor commented 1 year ago

Thank you so much @seanlinsley