Skip to content

Commit d875266

Browse files
Bump serde_json from 1.0.133 to 1.0.135
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.133 to 1.0.135. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.133...v1.0.135) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c1ea186 commit d875266

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

plprql-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pg_test = []
1818
[dependencies]
1919
pgrx = { workspace = true }
2020
serde = { version = "1.0.215", features = ["derive"] }
21-
serde_json = "1.0.133"
21+
serde_json = "1.0.135"
2222

2323
[dev-dependencies]
2424
pgrx-tests = { workspace = true }

0 commit comments

Comments
 (0)