Skip to content

Commit

Permalink
build(deps): update json-patch requirement from >=0.2.3, <2.1.0 to >=…
Browse files Browse the repository at this point in the history
…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](idubrov/json-patch@0.2.3...v3.0.1)

---
updated-dependencies:
- dependency-name: json-patch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent ece3d4a commit 40e9e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 40e9e41

Please sign in to comment.