Skip to content

Commit

Permalink
build(deps): Bump jsonrpsee to 0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
conr2d committed Oct 14, 2024
1 parent 776574e commit c4869cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frame/cosmos/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false
cosmos-runtime-api = { workspace = true, features = ["std"] }
futures = "0.3"
hex = "0.4.3"
jsonrpsee = { version = "0.23", features = ["client", "server", "macros"] }
jsonrpsee = { version = "0.24", features = ["client", "server", "macros"] }
sc-transaction-pool-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2409" }
sp-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2409" }
sp-blockchain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2409" }
Expand Down
2 changes: 1 addition & 1 deletion vendor/composable/cosmwasm/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ codec = { package = "parity-scale-codec", version = "3.6", default-features = fa
] }

# rpc
jsonrpsee = { version = "0.23", features = ["client", "server", "macros"] }
jsonrpsee = { version = "0.24", features = ["client", "server", "macros"] }

0 comments on commit c4869cd

Please sign in to comment.