Skip to content

Commit

Permalink
Boop deps
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX committed Jan 8, 2023
1 parent 1443681 commit fdbf70e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 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 comparisons/og_crappy_rm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ publish = false

[dependencies]
futures = "0.3.25"
tokio = { version = "1.24.0", features = ["rt"] }
tokio = { version = "1.24.1", features = ["rt"] }
2 changes: 1 addition & 1 deletion cpz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ memmap2 = "0.5.8"
rand = "0.8.5"
supercilex-tests = "0.2.1"
tempfile = "3.3.0"
trycmd = "0.14.8"
trycmd = "0.14.10"

[target.'cfg(unix)'.dev-dependencies]
rustix = { version = "0.36.6", features = ["fs"] }
Expand Down
2 changes: 1 addition & 1 deletion rmz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ thiserror = "1.0.38"
criterion = "0.4.0"
ftzz = "1.1.4"
tempfile = "3.3.0"
trycmd = "0.14.8"
trycmd = "0.14.10"
rayon_rm = { path = "../comparisons/rayon_rm" }
og_crappy_rm = { path = "../comparisons/og_crappy_rm" }
stdlib_rm = { path = "../comparisons/stdlib_rm" }
Expand Down

0 comments on commit fdbf70e

Please sign in to comment.