Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX committed Jul 1, 2024
1 parent 3e6e5f7 commit 2d61845
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 38 deletions.
64 changes: 32 additions & 32 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 @@ -26,7 +26,7 @@ edition.workspace = true
publish = false

[dev-dependencies]
supercilex-tests = { version = "0.4.5", default-features = false }
supercilex-tests = { version = "0.4.6", default-features = false }

[profile.release]
lto = true
Expand Down
4 changes: 2 additions & 2 deletions cpz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories = ["command-line-utilities", "development-tools", "filesystem"]
license.workspace = true

[dependencies]
clap = { version = "4.5.7", features = ["derive", "wrap_help"] }
clap = { version = "4.5.8", features = ["derive", "wrap_help"] }
error-stack = "0.4.1"
fuc_engine = { version = "1", path = "../fuc_engine" }
indicatif = { version = "0.17.8", optional = true }
Expand All @@ -26,7 +26,7 @@ cache-size = "0.7.0"
criterion = "0.5.1"
memmap2 = "0.9.4"
rand = "0.8.5"
supercilex-tests = { version = "0.4.5", default-features = false, features = ["clap"] }
supercilex-tests = { version = "0.4.6", default-features = false, features = ["clap"] }
tempfile = "3.10.1"
trycmd = "0.15.4"

Expand Down
2 changes: 1 addition & 1 deletion fuc_engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ remove_dir_all = { version = "0.8.2", features = ["parallel"] }
ftzz = "3.0.0"
io-adapters = "0.3.0"
rstest = { version = "0.21.0", default-features = false }
supercilex-tests = { version = "0.4.5", default-features = false, features = ["api"] }
supercilex-tests = { version = "0.4.6", default-features = false, features = ["api"] }
tempfile = "3.10.1"
4 changes: 2 additions & 2 deletions rmz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories = ["command-line-utilities", "development-tools", "filesystem"]
license.workspace = true

[dependencies]
clap = { version = "4.5.7", features = ["derive", "wrap_help"] }
clap = { version = "4.5.8", features = ["derive", "wrap_help"] }
error-stack = "0.4.1"
fuc_engine = { version = "1", path = "../fuc_engine" }
indicatif = { version = "0.17.8", optional = true }
Expand All @@ -28,7 +28,7 @@ io-adapters = "0.3.0"
remove_dir_all = { version = "0.8.2", features = ["parallel"] }
rm_og_crappy = { path = "../comparisons/rm_og_crappy" }
rm_rayon = { path = "../comparisons/rm_rayon" }
supercilex-tests = { version = "0.4.5", default-features = false, features = ["clap"] }
supercilex-tests = { version = "0.4.6", default-features = false, features = ["clap"] }
tempfile = "3.10.1"
trycmd = "0.15.4"

Expand Down

0 comments on commit 2d61845

Please sign in to comment.