Skip to content

Commit 0440742

Browse files
committed
update dependency versions
1 parent 909ae36 commit 0440742

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

cargo-pgx/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ colored = "2.0.0"
1616
env_proxy = "0.4.1"
1717
num_cpus = "1.13.0"
1818
pgx-utils = { path = "../pgx-utils", version = "^0.0.15"}
19-
proc-macro2 = { version = "1.0.21", features = [ "span-locations" ] }
19+
proc-macro2 = { version = "1.0.23", features = [ "span-locations" ] }
2020
quote = "1.0.7"
2121
rayon = "1.4.0"
2222
regex = "1.3.9"
2323
rttp_client = { version = "0.1.0", features = ["tls-native"] }
24-
syn = { version = "1.0.41", features = [ "extra-traits", "full", "fold", "parsing" ] }
24+
syn = { version = "1.0.42", features = [ "extra-traits", "full", "fold", "parsing" ] }
2525
unescape = "0.1.0"
2626
fork = "0.1.17"

pgx-macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ proc-macro = true
1515

1616
[dependencies]
1717
pgx-utils = { path = "../pgx-utils", version= "^0.0.15"}
18-
proc-macro2 = "1.0.21"
18+
proc-macro2 = "1.0.23"
1919
quote = "1.0.7"
20-
syn = { version = "1.0.41", features = [ "extra-traits", "full", "fold", "parsing" ] }
20+
syn = { version = "1.0.42", features = [ "extra-traits", "full", "fold", "parsing" ] }
2121
unescape = "0.1.0"

pgx-pg-sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ build-deps = "0.1.4"
3232
colored = "2.0.0"
3333
num_cpus = "1.13.0"
3434
pgx-utils = { path = "../pgx-utils/", version= "^0.0.15"}
35-
proc-macro2 = "1.0.21"
35+
proc-macro2 = "1.0.23"
3636
quote = "1.0.7"
37-
syn = { version = "1.0.41", features = [ "extra-traits", "full", "fold", "parsing" ] }
37+
syn = { version = "1.0.42", features = [ "extra-traits", "full", "fold", "parsing" ] }

pgx-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ regex = "1.3.9"
3636
serde = "1.0.116"
3737
serde_json = "1.0.57"
3838
shutdown_hooks = "0.1.0"
39-
time = "0.2.21"
39+
time = "0.2.22"

pgx-utils/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ readme = "README.md"
1313
[dependencies]
1414
colored = "2.0.0"
1515
dirs = "3.0.1"
16-
proc-macro2 = "1.0.21"
16+
proc-macro2 = "1.0.23"
1717
quote = "1.0.7"
1818
regex = "1.3.9"
1919
serde = "1.0.116"
2020
serde_derive = "1.0.116"
21-
syn = { version = "1.0.41", features = [ "extra-traits", "full", "fold", "parsing" ] }
21+
syn = { version = "1.0.42", features = [ "extra-traits", "full", "fold", "parsing" ] }
2222
toml = "0.5.6"
2323
unescape = "0.1.0"

pgx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pgx-pg-sys = { path = "../pgx-pg-sys", version= "^0.0.15"}
3232
serde = { version = "1.0.116", features = [ "derive" ] }
3333
serde_cbor = "0.11.1"
3434
serde_json = "1.0.57"
35-
time = "0.2.21"
35+
time = "0.2.22"
3636
atomic-traits = "0.2.0"
3737
heapless = "0.5.6"
3838
hash32 = "0.1.1"

0 commit comments

Comments
 (0)