Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeebbbbrrrr committed Nov 4, 2021
1 parent 6830150 commit 96f6781
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 32 deletions.
66 changes: 36 additions & 30 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion pgx-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ no-default-features = true
[dependencies]
colored = "2.0.0"
lazy_static = "1.4.0"
libc = "0.2.105"
libc = "0.2.106"
pgx = { path = "../pgx", default-features = false, version= "0.2.0" }
pgx-macros = { path = "../pgx-macros", version= "0.2.0" }
pgx-utils = { path = "../pgx-utils", version= "0.2.0" }
Expand Down
2 changes: 1 addition & 1 deletion pgx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ no-default-features = true
rustc-args = ["--cfg", "docsrs"]

[dependencies]
enum-primitive-derive = "0.2.1"
enum-primitive-derive = "0.2.2"
num-traits = "0.2.14"
seahash = "4.1.0"
pgx-macros = { path = "../pgx-macros/", version = "0.2.0" }
Expand Down

0 comments on commit 96f6781

Please sign in to comment.