diff --git a/bridges/relays/ethereum/Cargo.toml b/bridges/relays/ethereum/Cargo.toml index 9e31838b7e6a7..143a5fa052712 100644 --- a/bridges/relays/ethereum/Cargo.toml +++ b/bridges/relays/ethereum/Cargo.toml @@ -26,7 +26,7 @@ parity-crypto = { version = "0.6", features = ["publickey"] } parking_lot = "0.10.2" rustc-hex = "2.0.1" serde = { version = "1.0.111", features = ["derive"] } -serde_json = "1.0.53" +serde_json = "1.0.55" sp-bridge-eth-poa = { path = "../../primitives/ethereum-poa" } time = "0.2" web3 = { git = "https://github.com/tomusdrw/rust-web3" } diff --git a/bridges/relays/substrate/Cargo.toml b/bridges/relays/substrate/Cargo.toml index a60194fb5cdb2..ad223ff96bb58 100644 --- a/bridges/relays/substrate/Cargo.toml +++ b/bridges/relays/substrate/Cargo.toml @@ -13,7 +13,7 @@ env_logger = "0.7.1" futures = "0.3.5" jsonrpsee = { git = "https://github.com/paritytech/jsonrpsee", features = ["ws"] } log = "0.4.8" -serde_json = "1.0.53" +serde_json = "1.0.55" url = "2.1.0" [dependencies.sp-core]