11[package ]
22name = " cargo-pgx"
3- version = " 0.7.2 "
3+ version = " 0.7.3 "
44authors = [
" ZomboDB, LLC <[email protected] >" ]
55license = " MIT"
66description = " Cargo subcommand for 'pgx' to make Postgres extension development easy"
@@ -17,25 +17,25 @@ edition = "2021"
1717atty = " 0.2.14"
1818cargo_metadata = " 0.15.3"
1919cargo_toml = " 0.15.2"
20- clap = { version = " 4.1.6 " , features = [ " env" , " suggestions" , " cargo" , " derive" , " wrap_help" ] }
20+ clap = { version = " 4.1.8 " , features = [ " env" , " suggestions" , " cargo" , " derive" , " wrap_help" ] }
2121clap-cargo = { version = " 0.10.0" , features = [ " cargo_metadata" ] }
2222semver = " 1.0.16"
2323owo-colors = { version = " 3.5.0" , features = [ " supports-colors" ] }
2424env_proxy = " 0.4.1"
2525num_cpus = " 1.15.0"
26- pgx-pg-config = { path = " ../pgx-pg-config" , version = " =0.7.2 " }
27- pgx-sql-entity-graph = { path = " ../pgx-sql-entity-graph" , version = " =0.7.2 " }
28- prettyplease = " 0.1.23 "
26+ pgx-pg-config = { path = " ../pgx-pg-config" , version = " =0.7.3 " }
27+ pgx-sql-entity-graph = { path = " ../pgx-sql-entity-graph" , version = " =0.7.3 " }
28+ prettyplease = " 0.1.24 "
2929proc-macro2 = { version = " 1.0.51" , features = [ " span-locations" ] }
3030quote = " 1.0.23"
31- rayon = " 1.6.1 "
31+ rayon = " 1.7.0 "
3232regex = " 1.7.1"
3333ureq = " 2.6.2"
3434url = " 2.3.1"
35- serde = { version = " 1.0.152 " , features = [ " derive" ] }
36- serde_derive = " 1.0.152 "
35+ serde = { version = " 1.0.154 " , features = [ " derive" ] }
36+ serde_derive = " 1.0.154 "
3737serde-xml-rs = " 0.6.0"
38- syn = { version = " 1.0.108 " , features = [ " extra-traits" , " full" , " fold" , " parsing" ] }
38+ syn = { version = " 1.0.109 " , features = [ " extra-traits" , " full" , " fold" , " parsing" ] }
3939unescape = " 0.1.0"
4040fork = " 0.1.20"
4141libloading = " 0.7.4"
0 commit comments