Skip to content

Commit

Permalink
update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeebbbbrrrr committed Sep 28, 2020
1 parent 909ae36 commit 0440742
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions cargo-pgx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ colored = "2.0.0"
env_proxy = "0.4.1"
num_cpus = "1.13.0"
pgx-utils = { path = "../pgx-utils", version = "^0.0.15"}
proc-macro2 = { version = "1.0.21", features = [ "span-locations" ] }
proc-macro2 = { version = "1.0.23", features = [ "span-locations" ] }
quote = "1.0.7"
rayon = "1.4.0"
regex = "1.3.9"
rttp_client = { version = "0.1.0", features = ["tls-native"] }
syn = { version = "1.0.41", features = [ "extra-traits", "full", "fold", "parsing" ] }
syn = { version = "1.0.42", features = [ "extra-traits", "full", "fold", "parsing" ] }
unescape = "0.1.0"
fork = "0.1.17"
4 changes: 2 additions & 2 deletions pgx-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ proc-macro = true

[dependencies]
pgx-utils = { path = "../pgx-utils", version= "^0.0.15"}
proc-macro2 = "1.0.21"
proc-macro2 = "1.0.23"
quote = "1.0.7"
syn = { version = "1.0.41", features = [ "extra-traits", "full", "fold", "parsing" ] }
syn = { version = "1.0.42", features = [ "extra-traits", "full", "fold", "parsing" ] }
unescape = "0.1.0"
4 changes: 2 additions & 2 deletions pgx-pg-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ build-deps = "0.1.4"
colored = "2.0.0"
num_cpus = "1.13.0"
pgx-utils = { path = "../pgx-utils/", version= "^0.0.15"}
proc-macro2 = "1.0.21"
proc-macro2 = "1.0.23"
quote = "1.0.7"
syn = { version = "1.0.41", features = [ "extra-traits", "full", "fold", "parsing" ] }
syn = { version = "1.0.42", 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 @@ -36,4 +36,4 @@ regex = "1.3.9"
serde = "1.0.116"
serde_json = "1.0.57"
shutdown_hooks = "0.1.0"
time = "0.2.21"
time = "0.2.22"
4 changes: 2 additions & 2 deletions pgx-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ readme = "README.md"
[dependencies]
colored = "2.0.0"
dirs = "3.0.1"
proc-macro2 = "1.0.21"
proc-macro2 = "1.0.23"
quote = "1.0.7"
regex = "1.3.9"
serde = "1.0.116"
serde_derive = "1.0.116"
syn = { version = "1.0.41", features = [ "extra-traits", "full", "fold", "parsing" ] }
syn = { version = "1.0.42", 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 @@ -32,7 +32,7 @@ pgx-pg-sys = { path = "../pgx-pg-sys", version= "^0.0.15"}
serde = { version = "1.0.116", features = [ "derive" ] }
serde_cbor = "0.11.1"
serde_json = "1.0.57"
time = "0.2.21"
time = "0.2.22"
atomic-traits = "0.2.0"
heapless = "0.5.6"
hash32 = "0.1.1"
Expand Down

0 comments on commit 0440742

Please sign in to comment.