11[package ]
22name = " cargo-pgrx"
3- version = " 0.9.2 "
3+ version = " 0.9.3 "
44authors = [
" ZomboDB, LLC <[email protected] >" ]
55license = " MIT"
66description = " Cargo subcommand for 'pgrx' to make Postgres extension development easy"
@@ -17,14 +17,14 @@ edition = "2021"
1717atty = " 0.2.14"
1818cargo_metadata = " 0.15.4"
1919cargo_toml = " 0.15.3"
20- clap = { version = " 4.3.1 " , features = [ " env" , " suggestions" , " cargo" , " derive" , " wrap_help" ] }
20+ clap = { version = " 4.3.2 " , features = [ " env" , " suggestions" , " cargo" , " derive" , " wrap_help" ] }
2121clap-cargo = { version = " 0.10.0" , features = [ " cargo_metadata" ] }
2222semver = " 1.0.17"
2323owo-colors = { version = " 3.5.0" , features = [ " supports-colors" ] }
2424env_proxy = " 0.4.1"
2525num_cpus = " 1.15.0"
26- pgrx-pg-config = { path = " ../pgrx-pg-config" , version = " =0.9.2 " }
27- pgrx-sql-entity-graph = { path = " ../pgrx-sql-entity-graph" , version = " =0.9.2 " }
26+ pgrx-pg-config = { path = " ../pgrx-pg-config" , version = " =0.9.3 " }
27+ pgrx-sql-entity-graph = { path = " ../pgrx-sql-entity-graph" , version = " =0.9.3 " }
2828prettyplease = " 0.2.6"
2929proc-macro2 = { version = " 1.0.59" , features = [ " span-locations" ] }
3030quote = " 1.0.28"
@@ -37,7 +37,7 @@ serde_derive = "1.0.163"
3737serde-xml-rs = " 0.6.0"
3838syn = { version = " 2.0.18" , features = [ " extra-traits" , " full" , " fold" , " parsing" ] }
3939unescape = " 0.1.0"
40- fork = " 0.1.21 "
40+ fork = " 0.1.22 "
4141libloading = " 0.8.0"
4242object = " 0.31.1"
4343once_cell = " 1.18.0"
@@ -47,7 +47,7 @@ tracing = "0.1"
4747tracing-error = " 0.2.0"
4848tracing-subscriber = { version = " 0.3.17" , features = [ " env-filter" ] }
4949flate2 = { version = " 1.0.26" , default-features = false , features = [" rust_backend" ] }
50- tempfile = " 3.5 .0"
50+ tempfile = " 3.6 .0"
5151nix = { version = " 0.26" , default-features = false , features = [" user" ] }
5252
5353[features ]
0 commit comments