Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeebbbbrrrr committed Nov 19, 2021
1 parent b6298e3 commit a95ef97
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions cargo-pgx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ rttp_client = { version = "0.1.0", features = ["tls-native"] }
syn = { version = "1.0.81", features = [ "extra-traits", "full", "fold", "parsing" ] }
unescape = "0.1.0"
fork = "0.1.18"
libloading = "0.7.1"
symbolic = "8.4.0"
libloading = "0.7.2"
symbolic = "8.5.0"
2 changes: 1 addition & 1 deletion pgx-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ pgx-utils = { path = "../pgx-utils", version= "0.2.1" }
postgres = "0.19.2"
regex = "1.5.4"
serde = "1.0.130"
serde_json = "1.0.69"
serde_json = "1.0.71"
shutdown_hooks = "0.1.0"
time = "0.3.5"
4 changes: 2 additions & 2 deletions pgx-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rttp_client = "0.1.0"
serde = "1.0.130"
serde_derive = "1.0.130"
serde-xml-rs = "0.5.1"
serde_json = "1.0.69"
serde_json = "1.0.71"
syn = { version = "1.0.81", features = [ "extra-traits", "full", "fold", "parsing" ] }
toml = "0.5.8"
unescape = "0.1.0"
Expand All @@ -31,5 +31,5 @@ color-eyre = "0.5.11"
tracing = "0.1.29"
tracing-error = "0.2.0"
tracing-subscriber = { version = "0.3.1", features = [ "env-filter" ] }
libloading = "0.7.1"
libloading = "0.7.2"
clap = { version = "2.33.3", default-features = false }
2 changes: 1 addition & 1 deletion pgx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pgx-pg-sys = { path = "../pgx-pg-sys", version = "0.2.4" }
pgx-utils = { path = "../pgx-utils/", version = "0.2.4" }
serde = { version = "1.0.130", features = [ "derive" ] }
serde_cbor = "0.11.2"
serde_json = "1.0.69"
serde_json = "1.0.71"
time = { version = "0.3.5", features = ["formatting", "parsing", "alloc", "macros"] }
atomic-traits = "0.3.0"
heapless = "0.7.8"
Expand Down

0 comments on commit a95ef97

Please sign in to comment.