Skip to content

Commit df1c22a

Browse files
authored
Merge pull request #191 from matrix-org/dependabot/cargo/json-patch-gte-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
2 parents 967931d + 40e9e41 commit df1c22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

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

0 commit comments

Comments
 (0)