11[package ]
22name = " cargo-pgrx"
3- version = " 0.8.3 "
3+ version = " 0.8.4 "
44authors = [
" ZomboDB, LLC <[email protected] >" ]
55license = " MIT"
66description = " Cargo subcommand for 'pgrx' to make Postgres extension development easy"
@@ -17,23 +17,23 @@ edition = "2021"
1717atty = " 0.2.14"
1818cargo_metadata = " 0.15.4"
1919cargo_toml = " 0.15.2"
20- clap = { version = " 4.2.5 " , features = [ " env" , " suggestions" , " cargo" , " derive" , " wrap_help" ] }
20+ clap = { version = " 4.3.0 " , 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.8.3 " }
27- pgrx-sql-entity-graph = { path = " ../pgrx-sql-entity-graph" , version = " =0.8.3 " }
26+ pgrx-pg-config = { path = " ../pgrx-pg-config" , version = " =0.8.4 " }
27+ pgrx-sql-entity-graph = { path = " ../pgrx-sql-entity-graph" , version = " =0.8.4 " }
2828prettyplease = " 0.1.25"
29- proc-macro2 = { version = " 1.0.56 " , features = [ " span-locations" ] }
30- quote = " 1.0.26 "
29+ proc-macro2 = { version = " 1.0.58 " , features = [ " span-locations" ] }
30+ quote = " 1.0.27 "
3131rayon = " 1.7.0"
32- regex = " 1.8.1 "
32+ regex = " 1.8.2 "
3333ureq = " 2.6.2"
3434url = " 2.3.1"
35- serde = { version = " 1.0.160 " , features = [ " derive" ] }
36- serde_derive = " 1.0.160 "
35+ serde = { version = " 1.0.163 " , features = [ " derive" ] }
36+ serde_derive = " 1.0.163 "
3737serde-xml-rs = " 0.6.0"
3838syn = { version = " 1.0.109" , features = [ " extra-traits" , " full" , " fold" , " parsing" ] }
3939unescape = " 0.1.0"
0 commit comments