Skip to content

Commit

Permalink
chore(deps): update rust - all minor and patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 11, 2024
1 parent ab35636 commit 45d33f6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ serde_json = { version = "1.0.115", default-features = false }
clap = { version = "4.5.4", features = ["derive"] }
futures = { version = "0.3.30", features = ["thread-pool"] }
bs58 = "0.5.1"
async-trait = "0.1.79"
async-trait = "0.1.80"
hex-literal = "0.4.1"
exitcode = "1.1.2"
lazy_static = "1.4.0"
pest = "2.7.8"
pest_derive = "2.7.8"
pest = "2.7.9"
pest_derive = "2.7.9"
thiserror = "1.0.58"
strum = { version = "0.26.2", default-features = false }
strum_macros = { version = "0.26.2", default-features = false }
Expand All @@ -28,7 +28,7 @@ strum_macros = { version = "0.26.2", default-features = false }
# substrate linked dependencies in crates.io that may be pinned #
#################################################################
jsonrpsee = { version = "0.22.3" }
scale-info = { version = "2.11.1", default-features = false }
scale-info = { version = "2.11.2", default-features = false }
parity-scale-codec = { version = "3.6.9", default-features = false }

###################################
Expand Down

0 comments on commit 45d33f6

Please sign in to comment.