Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeebbbbrrrr committed Apr 19, 2022
1 parent 584a584 commit 3389b5d
Show file tree
Hide file tree
Showing 7 changed files with 82 additions and 87 deletions.
113 changes: 54 additions & 59 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions cargo-pgx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,25 @@ edition = "2021"
atty = "0.2.14"
cargo_metadata = "0.14.2"
cargo_toml = "0.11.5"
clap = { version = "3.1.6", features = [ "env", "suggestions", "cargo", "derive" ] }
clap = { version = "3.1.10", features = [ "env", "suggestions", "cargo", "derive" ] }
clap-cargo = { version = "0.8.0", features = [ "cargo_metadata" ] }
semver = "1.0.7"
owo-colors = { version = "3.3.0", features = [ "supports-colors" ] }
env_proxy = "0.4.1"
num_cpus = "1.13.1"
pgx-utils = { path = "../pgx-utils", version = "0.4.2" }
proc-macro2 = { version = "1.0.36", features = [ "span-locations" ] }
quote = "1.0.17"
rayon = "1.5.1"
proc-macro2 = { version = "1.0.37", features = [ "span-locations" ] }
quote = "1.0.18"
rayon = "1.5.2"
regex = "1.5.5"
rttp_client = { version = "0.1.0", features = ["tls-native"] }
syn = { version = "1.0.90", features = [ "extra-traits", "full", "fold", "parsing" ] }
syn = { version = "1.0.91", features = [ "extra-traits", "full", "fold", "parsing" ] }
unescape = "0.1.0"
fork = "0.1.19"
libloading = "0.7.3"
object = "0.28.3"
eyre = "0.6.7"
eyre = "0.6.8"
color-eyre = "0.6.1"
tracing = "0.1.32"
tracing = "0.1.34"
tracing-error = "0.2.0"
tracing-subscriber = { version = "0.3.9", features = [ "env-filter" ] }
tracing-subscriber = { version = "0.3.11", features = [ "env-filter" ] }
6 changes: 3 additions & 3 deletions pgx-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ rustc-args = ["--cfg", "docsrs"]

[dependencies]
pgx-utils = { path = "../pgx-utils", version = "0.4.2" }
proc-macro2 = "1.0.36"
quote = "1.0.17"
syn = { version = "1.0.90", features = [ "extra-traits", "full", "fold", "parsing" ] }
proc-macro2 = "1.0.37"
quote = "1.0.18"
syn = { version = "1.0.91", features = [ "extra-traits", "full", "fold", "parsing" ] }
unescape = "0.1.0"

[dev-dependencies]
Expand Down
10 changes: 5 additions & 5 deletions pgx-pg-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ build-deps = "0.1.4"
owo-colors = "3.3.0"
num_cpus = "1.13.1"
pgx-utils = { path = "../pgx-utils/", version = "0.4.2" }
proc-macro2 = "1.0.36"
quote = "1.0.17"
rayon = "1.5.1"
syn = { version = "1.0.90", features = [ "extra-traits", "full", "fold", "parsing" ] }
eyre = "0.6.7"
proc-macro2 = "1.0.37"
quote = "1.0.18"
rayon = "1.5.2"
syn = { version = "1.0.91", features = [ "extra-traits", "full", "fold", "parsing" ] }
eyre = "0.6.8"
color-eyre = "0.6.1"
Loading

0 comments on commit 3389b5d

Please sign in to comment.