Skip to content

Commit 83e8b6d

Browse files
chore: Bump serde_json from 1.0.145 to 1.0.148 (#88)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b89ddc3 commit 83e8b6d

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ futures-util = "0.3.31"
2828
jsonschema = "0.33.0"
2929
reqwest = { version = "0.12.28", features = ["json", "stream"] }
3030
serde = { version = "1.0.228", features = ["derive"] }
31-
serde_json = { version = "1.0.145", features = ["raw_value"] }
31+
serde_json = { version = "1.0.148", features = ["raw_value"] }
3232
testcontainers = { version = "0.26.0", features = [
3333
"http_wait",
3434
], optional = true }

0 commit comments

Comments
 (0)