Skip to content

Commit 7d4a656

Browse files
build(deps): bump serde_json from 1.0.133 to 1.0.134
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.133 to 1.0.134. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.133...v1.0.134) --- 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 bf3a6fb commit 7d4a656

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ileap-data-model/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pact-data-model = { path = "../pact-data-model" }
1111
chrono = { version = "0.4", features = ["serde"] }
1212
schemars = { version = "0.8", features = ["chrono"] }
1313
serde = { version = "1.0.216", features = ["derive"] }
14-
serde_json = "1.0.133"
14+
serde_json = "1.0.134"
1515
rust_decimal = "1.35.0"
1616
rust_decimal_macros = "^1.20"
1717
regex = "1.11.1"

pact-data-model/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ schemars = { version = "0.8.21", features = ["chrono"] }
1414
rust_decimal = "1.35.0"
1515
uuid = { version = "1.11", features = ["v4", "serde"] }
1616
serde = { version = "1.0.216", features = ["derive"] }
17-
serde_json = "1.0.133"
17+
serde_json = "1.0.134"

0 commit comments

Comments
 (0)