Skip to content

Commit

Permalink
Update rust - all minor and patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2024
1 parent 8fc3039 commit ab6c070
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 17 deletions.
43 changes: 31 additions & 12 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ resolver = "2"
##############################
# non-substrate dependencies #
##############################
serde = { version = "1.0.195", default-features = false }
serde_json = { version = "1.0.111", default-features = false }
clap = { version = "4.4.17", features = ["derive"] }
serde = { version = "1.0.196", default-features = false }
serde_json = { version = "1.0.113", default-features = false }
clap = { version = "4.4.18", features = ["derive"] }
futures = { version = "0.3.30", features = ["thread-pool"] }
bs58 = "0.5.0"
async-trait = "0.1.77"
Expand All @@ -21,8 +21,8 @@ lazy_static = "1.4.0"
pest = "2.7.6"
pest_derive = "2.7.6"
thiserror = "1.0.56"
strum = { version = "0.25.0", default-features = false }
strum_macros = { version = "0.25.3", default-features = false }
strum = { version = "0.26.1", default-features = false }
strum_macros = { version = "0.26.1", default-features = false }

#################################################################
# substrate linked dependencies in crates.io that may be pinned #
Expand Down

0 comments on commit ab6c070

Please sign in to comment.