We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ddb305 commit 2b5a38aCopy full SHA for 2b5a38a
1 file changed
Cargo.toml
@@ -32,7 +32,7 @@ chrono = { version = "^0.4", features = ["serde"] }
32
macaddr = { version = "^1.0", features = ["serde_std"], optional = true }
33
futures = "^0.3"
34
ipnet = { version = "^2.0", features = ["serde"], optional = true }
35
-json-patch = { version = "^3.0", default-features = false, optional = true }
+json-patch = { version = "^4.0", default-features = false, optional = true }
36
log = "^0.4"
37
osauth = { version = "^0.5", default-features = false, features = ["stream"] }
38
reqwest = { version = "^0.12", default-features = false, features = ["gzip", "http2", "json", "stream"] }
0 commit comments