11[package ]
22name = " cargo-pgx"
3- version = " 0.6.0-alpha.2 "
3+ version = " 0.6.0"
44authors = [
" ZomboDB, LLC <[email protected] >" ]
55license = " MIT"
66description = " Cargo subcommand for 'pgx' to make Postgres extension development easy"
@@ -15,27 +15,27 @@ edition = "2021"
1515
1616[dependencies ]
1717atty = " 0.2.14"
18- cargo_metadata = " 0.15.1 "
18+ cargo_metadata = " 0.15.2 "
1919cargo_toml = " 0.11.8"
20- clap = { version = " 4.0.26 " , features = [ " env" , " suggestions" , " cargo" , " derive" ] }
20+ clap = { version = " 4.0.29 " , features = [ " env" , " suggestions" , " cargo" , " derive" ] }
2121clap-cargo = { version = " 0.10.0" , features = [ " cargo_metadata" ] }
2222semver = " 1.0.14"
2323owo-colors = { version = " 3.5.0" , features = [ " supports-colors" ] }
2424env_proxy = " 0.4.1"
2525num_cpus = " 1.14.0"
26- pgx-pg-config = { path = " ../pgx-pg-config" , version = " =0.6.0-alpha.2 " }
27- pgx-utils = { path = " ../pgx-utils" , version = " =0.6.0-alpha.2 " , features = [" syntax-highlighting" ] }
26+ pgx-pg-config = { path = " ../pgx-pg-config" , version = " =0.6.0" }
27+ pgx-utils = { path = " ../pgx-utils" , version = " =0.6.0" , features = [" syntax-highlighting" ] }
2828prettyplease = " 0.1.21"
2929proc-macro2 = { version = " 1.0.47" , features = [ " span-locations" ] }
3030quote = " 1.0.21"
31- rayon = " 1.5.3 "
31+ rayon = " 1.6.0 "
3232regex = " 1.7.0"
3333ureq = " 2.5.0"
3434url = " 2.3.1"
35- serde = { version = " 1.0.147 " , features = [ " derive" ] }
36- serde_derive = " 1.0.147 "
35+ serde = { version = " 1.0.148 " , features = [ " derive" ] }
36+ serde_derive = " 1.0.148 "
3737serde-xml-rs = " 0.5.1"
38- syn = { version = " 1.0.103 " , features = [ " extra-traits" , " full" , " fold" , " parsing" ] }
38+ syn = { version = " 1.0.104 " , features = [ " extra-traits" , " full" , " fold" , " parsing" ] }
3939unescape = " 0.1.0"
4040fork = " 0.1.20"
4141libloading = " 0.7.4"
0 commit comments