Skip to content

Commit

Permalink
chore(deps): bump jsonrpsee from 0.20.1 to 0.20.2 in /rust (#2129)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 0e4cf54 commit 94c53f0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/generate_message/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ constants = {path = "../constants"}
db_handling = {path = "../db_handling", default-features = false, features = ["active"]}
definitions = {path = "../definitions", default-features = false, features = ["active"]}
hex = "0.4.3"
jsonrpsee = {version = "0.20.1", features = ["ws-client"]}
jsonrpsee = {version = "0.20.2", features = ["ws-client"]}
lazy_static = "1.4.0"
parity-scale-codec = "3.6.8"
qrcode_rtx = {path = "../qrcode_rtx"}
Expand Down

0 comments on commit 94c53f0

Please sign in to comment.