Skip to content

Commit 916bb0e

Browse files
build(deps): update json-patch requirement from >=0.2.3, <4.2.0 to >=0.2.3, <4.3.0
Updates the requirements on [json-patch](https://github.com/idubrov/json-patch) to permit the latest version. - [Changelog](https://github.com/idubrov/json-patch/blob/main/CHANGELOG.md) - [Commits](idubrov/json-patch@0.2.3...v4.2.0) --- updated-dependencies: - dependency-name: json-patch dependency-version: 4.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 042cd1e commit 916bb0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ base64 = { version = "0.22", optional = true }
4242
digest = { version = "0.10", optional = true }
4343
hex = { version = "0.4", optional = true }
4444
hmac = { version = "0.12", optional = true }
45-
json-patch = { version = ">=0.2.3, <4.2.0", optional = true, default-features = false }
45+
json-patch = { version = ">=0.2.3, <4.3.0", optional = true, default-features = false }
4646
md-5 = { version = "0.10", optional = true }
4747
rand = { version = "0.8", optional = true }
4848
semver = { version = "1", optional = true }

0 commit comments

Comments
 (0)