Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
  • Loading branch information
SUPERCILEX committed Jul 14, 2024
1 parent c1dc29c commit c402716
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 71 deletions.
132 changes: 66 additions & 66 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 @@ -10,15 +10,15 @@ categories = ["command-line-utilities", "development-tools", "development-tools:
license = "Apache-2.0"

[dependencies]
clap = { version = "4.5.7", features = ["derive", "wrap_help"] }
clap = { version = "4.5.9", features = ["derive", "wrap_help"] }
dirs = "5.0.1"
error-stack = "0.4.1"
fuc_engine = "2.1.0"
error-stack = { version = "0.5.0", default-features = false, features = ["std"] }
fuc_engine = "2.2.0"
rustix = { version = "0.38.34", features = ["fs", "process", "thread", "linux_latest"] }
thiserror = "1.0.61"
thiserror = "1.0.62"

[dev-dependencies]
supercilex-tests = "0.4.5"
supercilex-tests = "0.4.6"
trycmd = "0.15.4"

[profile.release]
Expand Down

0 comments on commit c402716

Please sign in to comment.