Skip to content

Commit 4f0fb3b

Browse files
committed
upgrade deps, specifically pgrx
1 parent 6481666 commit 4f0fb3b

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plrust-trusted-pgrx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pg15 = ["pgrx/pg15"]
1818

1919
[dependencies]
2020
# changing the pgrx version will likely require at least a minor version bump to this create
21-
pgrx = { version = "=0.9.4", features = [ "no-schema-generation" ], default-features = false }
21+
pgrx = { version = "=0.9.5", features = [ "no-schema-generation" ], default-features = false }
2222

2323
[package.metadata.docs.rs]
2424
features = ["pg14"]

plrust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ serde = "1.0.164"
3939
serde_json = "1.0.96"
4040

4141
# pgrx core details
42-
pgrx = { version = "=0.9.4" }
42+
pgrx = { version = "=0.9.5" }
4343

4444
# language handler support
4545
libloading = "0.8.0"
@@ -67,7 +67,7 @@ memfd = "0.6.3" # for anonymously writing/loading user function .so
6767

6868

6969
[dev-dependencies]
70-
pgrx-tests = { version = "=0.9.4" }
70+
pgrx-tests = { version = "=0.9.5" }
7171
tempdir = "0.3.7"
7272
once_cell = "1.18.0"
7373
toml = "0.7.4"

0 commit comments

Comments
 (0)