Skip to content

Commit

Permalink
chore(deps): update dependencies (major changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2023
1 parent 454bec8 commit 3935190
Show file tree
Hide file tree
Showing 3 changed files with 201 additions and 39 deletions.
236 changes: 199 additions & 37 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ required-features = ["z3"]

[dependencies]
byteorder = "~1.4"
clap = { version = "~3.2", features = ["cargo"] }
clap = { version = "~4.4.6", features = ["cargo"] }
strum = { version = "~0.24", features = ["derive"] }
riscu = "~0.5"
petgraph = "~0.6"
Expand Down
2 changes: 1 addition & 1 deletion utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ edition = "2018"
[dependencies]
rayon = "~1.5"
tempfile = "~3.3"
which = "~4.2"
which = "~5.0.0"
log = "~0.4"
env_logger = "~0.9"

0 comments on commit 3935190

Please sign in to comment.