Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rkusa committed Aug 2, 2024
1 parent b0737a6 commit 2f8a86d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion postgres-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ariadne = "0.4"
chumsky = "1.0.0-alpha.6"
dotenvy = "0.15"
heck = "0.5"
pgvector = { version = "0.3", features = ["postgres"], optional = true }
pgvector = { version = "0.4", features = ["postgres"], optional = true }
postgres = "0.19"
proc-macro2 = { version = "1.0", features = ["span-locations"] }
quote = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ uuid = ["sqlm-postgres-macros/uuid", "tokio-postgres/with-uuid-1", "dep:uuid"]
pgvector = ["sqlm-postgres-macros/pgvector", "dep:pgvector"]

[dependencies]
deadpool-postgres = "0.13"
deadpool-postgres = "0.14"
dotenvy = "0.15"
http-error = { version = "0.3.0-alpha.1", features = ["tracing"] }
once_cell = "1.17"
pgvector = { version = "0.3", features = ["postgres"], optional = true }
pgvector = { version = "0.4", features = ["postgres"], optional = true }
rustls = { version = "0.23", default-features = false, features = ["ring"] }
serde_json = { version = "1.0", optional = true }
sqlm-postgres-macros = { path = "../postgres-macros", version = "0.1", default-features = false }
Expand Down

0 comments on commit 2f8a86d

Please sign in to comment.