Skip to content

Commit

Permalink
Merge pull request #191 from matrix-org/dependabot/cargo/json-patch-g…
Browse files Browse the repository at this point in the history
…te-0.2.3-and-lt-3.1.0

build(deps): update json-patch requirement from >=0.2.3, <2.1.0 to >=0.2.3, <3.1.0
  • Loading branch information
sandhose authored Nov 12, 2024
2 parents 967931d + 40e9e41 commit df1c22a
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 df1c22a

Please sign in to comment.