Skip to content

Commit

Permalink
Bump serde_json from 1.0.53 to 1.0.55 (paritytech#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored and serban300 committed Apr 9, 2024
1 parent a5c8dd0 commit c801550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bridges/relays/ethereum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion bridges/relays/substrate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit c801550

Please sign in to comment.