Skip to content

Commit 69d4e21

Browse files
build(deps): bump serde_json from 1.0.140 to 1.0.141 in the cargo group
Bumps the cargo group with 1 update: [serde_json](https://github.com/serde-rs/json). Updates `serde_json` from 1.0.140 to 1.0.141 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.140...v1.0.141) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.141 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2a9d7f2 commit 69d4e21

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.140"
13+
serde_json = "1.0.141"
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.140"
10+
serde_json = "1.0.141"
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.140"
10+
serde_json = "1.0.141"
1111
webpki = { version = "0.22.4", features = ["std"] }

0 commit comments

Comments
 (0)