Skip to content

Commit

Permalink
Bump serde from 1.0.104 to 1.0.105 (paritytech#41)
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 22a7889 commit d97299d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bridges/bin/node/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ default-features = false
features = ["derive"]

[dependencies.serde]
version = "1.0.101"
version = "1.0.105"
optional = true
features = ["derive"]

Expand Down
2 changes: 1 addition & 1 deletion bridges/relays/ethereum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ linked-hash-map = "0.5.2"
log = "0.4.8"
parking_lot = "0.10.0"
rustc-hex = "2.0.1"
serde = { version = "1.0.40", features = ["derive"] }
serde = { version = "1.0.105", features = ["derive"] }
serde_json = "1.0.40"
sp-bridge-eth-poa = { path = "../../primitives/ethereum-poa" }
time = "0.1"
Expand Down

0 comments on commit d97299d

Please sign in to comment.