11[package ]
22name = " cargo-pgx"
3- version = " 0.6.1 "
3+ version = " 0.7.0-beta.0 "
44authors = [
" ZomboDB, LLC <[email protected] >" ]
55license = " MIT"
66description = " Cargo subcommand for 'pgx' to make Postgres extension development easy"
@@ -17,30 +17,30 @@ edition = "2021"
1717atty = " 0.2.14"
1818cargo_metadata = " 0.15.2"
1919cargo_toml = " 0.11.8"
20- clap = { version = " 4.0.29 " , features = [ " env" , " suggestions" , " cargo" , " derive" ] }
20+ clap = { version = " 4.0.32 " , features = [ " env" , " suggestions" , " cargo" , " derive" ] }
2121clap-cargo = { version = " 0.10.0" , features = [ " cargo_metadata" ] }
22- semver = " 1.0.14 "
22+ semver = " 1.0.16 "
2323owo-colors = { version = " 3.5.0" , features = [ " supports-colors" ] }
2424env_proxy = " 0.4.1"
25- num_cpus = " 1.14 .0"
26- pgx-pg-config = { path = " ../pgx-pg-config" , version = " =0.6.1 " }
27- pgx-sql-entity-graph = { path = " ../pgx-sql-entity-graph" , version = " =0.6.1 " }
28- prettyplease = " 0.1.21 "
29- proc-macro2 = { version = " 1.0.47 " , features = [ " span-locations" ] }
30- quote = " 1.0.21 "
31- rayon = " 1.6.0 "
32- regex = " 1.7.0 "
33- ureq = " 2.5.0 "
25+ num_cpus = " 1.15 .0"
26+ pgx-pg-config = { path = " ../pgx-pg-config" , version = " =0.7.0-beta.0 " }
27+ pgx-sql-entity-graph = { path = " ../pgx-sql-entity-graph" , version = " =0.7.0-beta.0 " }
28+ prettyplease = " 0.1.23 "
29+ proc-macro2 = { version = " 1.0.49 " , features = [ " span-locations" ] }
30+ quote = " 1.0.23 "
31+ rayon = " 1.6.1 "
32+ regex = " 1.7.1 "
33+ ureq = " 2.6.1 "
3434url = " 2.3.1"
35- serde = { version = " 1.0.149 " , features = [ " derive" ] }
36- serde_derive = " 1.0.149 "
35+ serde = { version = " 1.0.152 " , features = [ " derive" ] }
36+ serde_derive = " 1.0.152 "
3737serde-xml-rs = " 0.5.1"
38- syn = { version = " 1.0.105 " , features = [ " extra-traits" , " full" , " fold" , " parsing" ] }
38+ syn = { version = " 1.0.107 " , features = [ " extra-traits" , " full" , " fold" , " parsing" ] }
3939unescape = " 0.1.0"
4040fork = " 0.1.20"
4141libloading = " 0.7.4"
4242object = " 0.28.4"
43- once_cell = " 1.16 .0"
43+ once_cell = " 1.17 .0"
4444eyre = " 0.6.8"
4545color-eyre = " 0.6.2"
4646tracing = " 0.1.37"
0 commit comments