git.delta.rocks / unique-network / refs/commits / f24756ab07ae

difftreelog

fix(dep) allow unknown fields in jsonrpsee

Yaroslav Bolyukin2022-07-18parent: #846700d.patch.diff
in: master

2 files changed

modifiedCargo.lockdiffbeforeafterboth
before · Cargo.lock
985 packageslockfile v3
modifiedCargo.tomldiffbeforeafterboth
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,3 +14,9 @@
 ]
 [profile.release]
 panic = 'unwind'
+
+[patch.crates-io]
+jsonrpsee = {git = "https://github.com/uniquenetwork/jsonrpsee", branch = "unique-v0.13.1-fix-unknown-fields"}
+jsonrpsee-types = {git = "https://github.com/uniquenetwork/jsonrpsee", branch = "unique-v0.13.1-fix-unknown-fields"}
+jsonrpsee-core = {git = "https://github.com/uniquenetwork/jsonrpsee", branch = "unique-v0.13.1-fix-unknown-fields"}
+