Skip to content

Commit

Permalink
bump deps (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Hendel <15756360+ChuckHend@users.noreply.github.com>
  • Loading branch information
ChuckHend and ChuckHend authored Oct 25, 2023
1 parent f6b9118 commit 96612c1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,17 @@ pg_test = []
anyhow = "1.0.72"
chrono = {version = "0.4.26", features = ["serde"] }
log = "0.4.19"
pgmq = "0.23.0"
pgmq = "0.25.0"
pgrx = "=0.9.8"
serde = "1.0.164"
serde_json = "1.0.99"
sqlx = {version = "0.6.3", features = [ "offline", "runtime-tokio-native-tls" , "postgres", "chrono", "json" ] }
sqlx = { version = "0.7.2", features = [
"runtime-tokio-native-tls",
"postgres",
"chrono",
"postgres",
"json"
] }
tokio = "1.29.1"
url = "2.4.0"
postgres-types = "0.2.5"
Expand All @@ -33,7 +39,7 @@ pgrx-tests = "=0.9.8"
rand = "0.8.5"
tokio = { version = "1", features = ["macros"] }
whoami = "1.4.0"
pgmq-core = "0.6.1"
pgmq-core = "0.8.2"

[profile.dev]
panic = "unwind"
Expand Down
4 changes: 2 additions & 2 deletions images/pglater-pg/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM quay.io/tembo/tembo-pg-cnpg:latest

ARG PG_LATER_VER=0.0.10
ARG PGMQ_VER=0.31.0
ARG PG_LATER_VER=0.0.12
ARG PGMQ_VER=0.32.1

USER root
RUN chown -R postgres:postgres $PGDATA && \
Expand Down

0 comments on commit 96612c1

Please sign in to comment.