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 Mar 6, 2024
1 parent 0e97778 commit 848d4b8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
36 changes: 18 additions & 18 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,17 +9,17 @@ resolver = "2"
##############################
# non-substrate dependencies #
##############################
serde = { version = "1.0.196", default-features = false }
serde_json = { version = "1.0.113", default-features = false }
clap = { version = "4.5.0", features = ["derive"] }
serde = { version = "1.0.197", default-features = false }
serde_json = { version = "1.0.114", default-features = false }
clap = { version = "4.5.2", features = ["derive"] }
futures = { version = "0.3.30", features = ["thread-pool"] }
bs58 = "0.5.0"
async-trait = "0.1.77"
hex-literal = "0.4.1"
exitcode = "1.1.2"
lazy_static = "1.4.0"
pest = "2.7.7"
pest_derive = "2.7.7"
pest = "2.7.8"
pest_derive = "2.7.8"
thiserror = "1.0.57"
strum = { version = "0.26.1", default-features = false }
strum_macros = { version = "0.26.1", default-features = false }
Expand Down

0 comments on commit 848d4b8

Please sign in to comment.