Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeebbbbrrrr committed Jan 14, 2021
1 parent 6519fbf commit 2b9e57d
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
72 changes: 36 additions & 36 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Expand Up @@ -30,8 +30,8 @@ levenshtein = "1.0.4"
memoffset = "0.6.1"
num_cpus = "1.13.0"
pathfinding = "2.1.1"
pgx = "0.1.14"
pgx-macros = "0.1.14"
pgx = "0.1.15"
pgx-macros = "0.1.15"
rayon = "1.5.0"
regex = "1.4.3"
serde = { version = "1.0.119", features = [ "derive" ] }
Expand All @@ -46,7 +46,7 @@ lalrpop = { version = "0.19.4", features = [ "lexer" ] }
built = { version = "0.4.4", features = [ "git2", "semver" ] }

[dev-dependencies]
pgx-tests = "0.1.14"
pgx-tests = "0.1.15"
libc = "0.2.82"

[profile.dev]
Expand Down

0 comments on commit 2b9e57d

Please sign in to comment.