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

cargo-pgrx: reduce trivial dep usages #1499

Prev Previous commit
Next Next commit
Drop once_cell from cargo-pgrx
workingjubilee committed Feb 7, 2024
commit 50a798ad12acc2840440ed0e918ba9dad3b62671
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion cargo-pgrx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -48,7 +48,6 @@ serde_derive = "1.0"
serde-xml-rs = "0.6.0"
syn = { version = "2.0.18", features = [ "extra-traits", "full", "fold", "parsing" ] }
object = "0.32.1"
once_cell = "1.18.0"
color-eyre = "0.6.2"
tracing = "0.1"
tracing-error = "0.2.0"