From 40e9e41de84f2c2218dc258545ba2ae1867b91ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 11:28:17 +0000 Subject: [PATCH] build(deps): update json-patch requirement from >=0.2.3, <2.1.0 to >=0.2.3, <3.1.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](/~https://github.com/idubrov/json-patch/compare/0.2.3...v3.0.1) --- updated-dependencies: - dependency-name: json-patch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 17110a3..ce8d97f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ base64 = { version = "0.22", optional = true } digest = { version = "0.10", optional = true } hex = { version = "0.4", optional = true } hmac = { version = "0.12", optional = true } -json-patch = { version = ">=0.2.3, <2.1.0", optional = true, default-features = false } +json-patch = { version = ">=0.2.3, <3.1.0", optional = true, default-features = false } md-5 = { version = "0.10", optional = true } rand = { version = "0.8", optional = true } semver = { version = "1", optional = true }