Skip to content

Commit

Permalink
Bump pgrx from 0.11.0 to 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Jan 27, 2024
1 parent 6ea7855 commit 08dc4cc
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 18 deletions.
62 changes: 46 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.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ pg16 = ["pgrx/pg16", "pgrx-tests/pg16"]
pg_test = []

[dependencies]
pgrx = "0.11.0"
pgrx = "0.11.3"
serde = "1.0.152"
pgmq_core = { package = "pgmq-core", path = "./core" }
serde_json = "1.0.91"
thiserror = "1.0.38"

[dev-dependencies]
pgrx-tests = "0.11.0"
pgrx-tests = "0.11.3"
chrono = { version = "0.4.23", features = ["serde"] }
rand = "0.8.5"
sqlx = { version = "0.7.2", features = [
Expand Down

0 comments on commit 08dc4cc

Please sign in to comment.