cargo update

This commit is contained in:
Luke Parker
2023-01-04 03:17:36 -05:00
parent eeca440fa7
commit bf09b5cc7e
7 changed files with 344 additions and 427 deletions

View File

@@ -16,8 +16,11 @@ async-trait = "0.1"
log = "0.4"
futures = { version = "0.3" }
clap = { version = "4", features = ["derive"] }
jsonrpsee = { version = "0.15", features = ["server"] }
jsonrpsee = { version = "0.16", features = ["server"] }
sp-core = { git = "https://github.com/serai-dex/substrate" }
sp-application-crypto = { git = "https://github.com/serai-dex/substrate" }