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 and mattdean-digicatapult committed May 3, 2024
1 parent 933ff49 commit 5afc7aa
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,18 +9,18 @@ resolver = "2"
##############################
# non-substrate dependencies #
##############################
serde = { version = "1.0.197", default-features = false }
serde_json = { version = "1.0.115", default-features = false }
serde = { version = "1.0.200", default-features = false }
serde_json = { version = "1.0.116", 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.80"
hex-literal = "0.4.1"
exitcode = "1.1.2"
lazy_static = "1.4.0"
pest = "2.7.9"
pest_derive = "2.7.9"
thiserror = "1.0.58"
pest = "2.7.10"
pest_derive = "2.7.10"
thiserror = "1.0.59"
strum = { version = "0.26.2", default-features = false }
strum_macros = { version = "0.26.2", default-features = false }

Expand Down

0 comments on commit 5afc7aa

Please sign in to comment.