Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeebbbbrrrr committed Aug 16, 2020
1 parent d218210 commit accb8eb
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions cargo-pgx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation = "https://docs.rs/cargo-pgx"
readme = "README.md"

[dependencies]
clap = { version = "2.33.1", features = [ "yaml" ] }
clap = { version = "2.33.3", features = [ "yaml" ] }
colored = "2.0.0"
env_proxy = "0.4.1"
num_cpus = "1.13.0"
Expand All @@ -21,6 +21,6 @@ quote = "1.0.7"
rayon = "1.3.1"
regex = "1.3.9"
rttp_client = { version = "0.1.0", features = ["tls-native"] }
syn = { version = "1.0.36", features = [ "extra-traits", "full", "fold", "parsing" ] }
syn = { version = "1.0.38", features = [ "extra-traits", "full", "fold", "parsing" ] }
unescape = "0.1.0"
fork = "0.1.17"
2 changes: 1 addition & 1 deletion pgx-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ pgx-utils = { path = "../pgx-utils", version= "^0.0.12"}
proc-macro2 = "1.0.19"
quote = "1.0.7"
regex = "1.3.9"
syn = { version = "1.0.36", features = [ "extra-traits", "full", "fold", "parsing" ] }
syn = { version = "1.0.38", features = [ "extra-traits", "full", "fold", "parsing" ] }
unescape = "0.1.0"
2 changes: 1 addition & 1 deletion pgx-pg-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ pgx-utils = { path = "../pgx-utils/", version= "^0.0.12"}
proc-macro2 = "1.0.19"
quote = "1.0.7"
rayon = "1.3.1"
syn = { version = "1.0.36", features = [ "extra-traits", "full", "fold", "parsing" ] }
syn = { version = "1.0.38", features = [ "extra-traits", "full", "fold", "parsing" ] }
2 changes: 1 addition & 1 deletion pgx-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pgx-macros = { path = "../pgx-macros", version= "^0.0.12"}
pgx-utils = { path = "../pgx-utils", version= "^0.0.12"}
postgres = "0.17.5"
regex = "1.3.9"
serde = "1.0.114"
serde = "1.0.115"
serde_json = "1.0.57"
shutdown_hooks = "0.1.0"
time = "0.2.16"
6 changes: 3 additions & 3 deletions pgx-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ dirs = "3.0.1"
proc-macro2 = "1.0.19"
quote = "1.0.7"
regex = "1.3.9"
serde = "1.0.114"
serde_derive = "1.0.114"
syn = { version = "1.0.36", features = [ "extra-traits", "full", "fold", "parsing" ] }
serde = "1.0.115"
serde_derive = "1.0.115"
syn = { version = "1.0.38", features = [ "extra-traits", "full", "fold", "parsing" ] }
toml = "0.5.6"
unescape = "0.1.0"
2 changes: 1 addition & 1 deletion pgx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lazy_static = "1.4.0"
num-traits = "0.2.12"
pgx-macros = { path = "../pgx-macros/", version= "^0.0.12"}
pgx-pg-sys = { path = "../pgx-pg-sys", version= "^0.0.12"}
serde = { version = "1.0.114", features = [ "derive" ] }
serde = { version = "1.0.115", features = [ "derive" ] }
serde_cbor = "0.11.1"
serde_json = "1.0.57"
time = "0.2.16"
Expand Down

0 comments on commit accb8eb

Please sign in to comment.