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 Sep 9, 2024
1 parent c2e080d commit 82759c5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resolver = "2"
##############################
# non-substrate dependencies #
##############################
serde = { version = "1.0.209", default-features = false }
serde = { version = "1.0.210", default-features = false }
serde_json = { version = "1.0.128", default-features = false }
clap = { version = "4.5.17", features = ["derive"] }
futures = { version = "0.3.30", features = ["thread-pool"] }
Expand All @@ -18,8 +18,8 @@ async-trait = "0.1.82"
hex-literal = "0.4.1"
exitcode = "1.1.2"
lazy_static = "1.5.0"
pest = "2.7.11"
pest_derive = "2.7.11"
pest = "2.7.12"
pest_derive = "2.7.12"
thiserror = "1.0.63"
strum = { version = "0.26.3", default-features = false }
strum_macros = { version = "0.26.4", default-features = false }
Expand Down

0 comments on commit 82759c5

Please sign in to comment.