Skip to content

Commit b640f7a

Browse files
build(deps): bump serde_json from 1.0.141 to 1.0.142 in the cargo group (#468)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1b7c82b commit b640f7a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.

harness-support/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ regress = "0.10.4"
1010
# https://github.com/Marwes/schemafy/pull/76
1111
# schemafy = { git = "https://github.com/woodruffw-forks/schemafy", rev = "de28e87" }
1212
serde = { version = "1.0.219", features = ["derive"] }
13-
serde_json = "1.0.141"
13+
serde_json = "1.0.142"
1414
typify = "0.4.2"

harness/rust-rustls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ edition = "2021"
77
limbo-harness-support = { path = "../../harness-support/rust" }
88
chrono = "0.4.41"
99
pem = "3.0.5"
10-
serde_json = "1.0.141"
10+
serde_json = "1.0.142"
1111
rustls-webpki = { version = "0.103.4", features = ["std", "ring"] }
1212
rustls-pki-types = "1.12.0"

harness/rust-webpki/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ edition = "2021"
77
limbo-harness-support = { path = "../../harness-support/rust" }
88
chrono = "0.4.41"
99
pem = "3.0.5"
10-
serde_json = "1.0.141"
10+
serde_json = "1.0.142"
1111
webpki = { version = "0.22.4", features = ["std"] }

0 commit comments

Comments
 (0)