Skip to content

Commit

Permalink
chore(deps): update rust - all minor and patch updates (#241)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 12, 2025
1 parent f8d1d41 commit c353753
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 9 deletions.
31 changes: 25 additions & 6 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 @@ -12,7 +12,7 @@ version = "12.1.2"
##############################
serde = { version = "1.0.217", default-features = false }
serde_json = { version = "1.0.138", default-features = false }
clap = { version = "4.5.28", features = ["derive"] }
clap = { version = "4.5.29", features = ["derive"] }
futures = { version = "0.3.31", features = ["thread-pool"] }
bs58 = "0.5.1"
async-trait = "0.1.86"
Expand All @@ -22,8 +22,8 @@ lazy_static = "1.5.0"
pest = "2.7.15"
pest_derive = "2.7.15"
thiserror = "2.0.11"
strum = { version = "0.26.3", default-features = false }
strum_macros = { version = "0.26.4", default-features = false }
strum = { version = "0.27.0", default-features = false }
strum_macros = { version = "0.27.0", default-features = false }
log = { version = "0.4.25", default-features = false }

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

0 comments on commit c353753

Please sign in to comment.