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 Sep 22, 2023
1 parent e170acd commit d269f89
Show file tree
Hide file tree
Showing 9 changed files with 277 additions and 358 deletions.
573 changes: 247 additions & 326 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version = "0.0.0"
publish = false

[dev-dependencies]
supercilex-tests = "0.3.3"
supercilex-tests = "0.3.4"

[profile.release]
lto = true
Expand Down
2 changes: 1 addition & 1 deletion comparisons/cp_rayon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ edition.workspace = true
publish = false

[dependencies]
rayon = "1.7.0"
rayon = "1.8.0"
2 changes: 1 addition & 1 deletion comparisons/rm_og_crappy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ publish = false

[dependencies]
futures = "0.3.28"
tokio = { version = "1.29.0", features = ["rt"] }
tokio = { version = "1.32.0", features = ["rt"] }
2 changes: 1 addition & 1 deletion comparisons/rm_rayon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ edition.workspace = true
publish = false

[dependencies]
rayon = "1.7.0"
rayon = "1.8.0"
14 changes: 7 additions & 7 deletions cpz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ categories = ["command-line-utilities", "development-tools", "filesystem"]
license.workspace = true

[dependencies]
clap = { version = "4.3.9", features = ["derive", "wrap_help"] }
error-stack = "0.3.1"
clap = { version = "4.4.4", features = ["derive", "wrap_help"] }
error-stack = "0.4.1"
fuc_engine = { version = "1", path = "../fuc_engine" }
thiserror = "1.0.40"
thiserror = "1.0.48"

[dev-dependencies]
cache-size = "0.6.0"
criterion = "0.5.1"
memmap2 = "0.7.1"
rand = "0.8.5"
supercilex-tests = "0.3.3"
tempfile = "3.6.0"
trycmd = "0.14.16"
supercilex-tests = "0.3.4"
tempfile = "3.8.0"
trycmd = "0.14.17"

[target.'cfg(unix)'.dev-dependencies]
rustix = { version = "0.38.0", features = ["fs", "pipe"] }
rustix = { version = "0.38.14", features = ["fs", "pipe"] }

[[bench]]
name = "copy_methods"
Expand Down
16 changes: 8 additions & 8 deletions fuc_engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ license.workspace = true

[dependencies]
crossbeam-channel = "0.5.8"
thiserror = "1.0.40"
typed-builder = "0.14.0"
thiserror = "1.0.48"
typed-builder = "0.16.2"

[target.'cfg(target_os = "linux")'.dependencies]
rustix = { version = "0.38.0", features = ["fs", "thread", "linux_latest"] }
rustix = { version = "0.38.14", features = ["fs", "thread", "linux_latest"] }

[target.'cfg(not(target_os = "linux"))'.dependencies]
rayon = "1.7.0"
rayon = "1.8.0"

[target.'cfg(target_os = "windows")'.dependencies]
remove_dir_all = "0.8.2"

[dev-dependencies]
ftzz = "2.0.1"
rstest = { version = "0.17.0", default-features = false }
supercilex-tests = "0.3.3"
tempfile = "3.6.0"
ftzz = "2.0.2"
rstest = { version = "0.18.2", default-features = false }
supercilex-tests = "0.3.4"
tempfile = "3.8.0"
10 changes: 4 additions & 6 deletions fuc_engine/api.golden
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ impl core::marker::Sync for fuc_engine::Error
impl core::marker::Unpin for fuc_engine::Error
impl !core::panic::unwind_safe::RefUnwindSafe for fuc_engine::Error
impl !core::panic::unwind_safe::UnwindSafe for fuc_engine::Error
impl<E> core::any::Provider for fuc_engine::Error where E: core::error::Error + core::marker::Sized
pub fn fuc_engine::Error::provide<'a>(&'a self, demand: &mut core::any::Demand<'a>)
impl<T, U> core::convert::Into<U> for fuc_engine::Error where U: core::convert::From<T>
pub fn fuc_engine::Error::into(self) -> U
impl<T, U> core::convert::TryFrom<U> for fuc_engine::Error where U: core::convert::Into<T>
Expand All @@ -43,9 +41,9 @@ impl<T> core::convert::From<T> for fuc_engine::Error
pub fn fuc_engine::Error::from(t: T) -> T
pub struct fuc_engine::CopyOp<'a, 'b, I1: core::convert::Into<alloc::borrow::Cow<'a, std::path::Path>> + 'a, I2: core::convert::Into<alloc::borrow::Cow<'b, std::path::Path>> + 'b, F: core::iter::traits::collect::IntoIterator<Item = (I1, I2)>>
impl<'a, 'b, I1: core::convert::Into<alloc::borrow::Cow<'a, std::path::Path>> + 'a, I2: core::convert::Into<alloc::borrow::Cow<'b, std::path::Path>> + 'b, F: core::iter::traits::collect::IntoIterator<Item = (I1, I2)>> fuc_engine::CopyOp<'a, 'b, I1, I2, F>
pub fn fuc_engine::CopyOp<'a, 'b, I1, I2, F>::builder() -> CopyOpBuilder<'a, 'b, I1, I2, F, ((), (), (), ())>
impl<'a, 'b, I1: core::convert::Into<alloc::borrow::Cow<'a, std::path::Path>> + 'a, I2: core::convert::Into<alloc::borrow::Cow<'b, std::path::Path>> + 'b, F: core::iter::traits::collect::IntoIterator<Item = (I1, I2)>> fuc_engine::CopyOp<'a, 'b, I1, I2, F>
pub fn fuc_engine::CopyOp<'a, 'b, I1, I2, F>::run(self) -> core::result::Result<(), fuc_engine::Error>
impl<'a, 'b, I1: core::convert::Into<alloc::borrow::Cow<'a, std::path::Path>> + 'a, I2: core::convert::Into<alloc::borrow::Cow<'b, std::path::Path>> + 'b, F: core::iter::traits::collect::IntoIterator<Item = (I1, I2)>> fuc_engine::CopyOp<'a, 'b, I1, I2, F>
pub fn fuc_engine::CopyOp<'a, 'b, I1, I2, F>::builder() -> CopyOpBuilder<'a, 'b, I1, I2, F, ((), (), (), ())>
impl<'a, 'b, I1: core::fmt::Debug + core::convert::Into<alloc::borrow::Cow<'a, std::path::Path>> + 'a, I2: core::fmt::Debug + core::convert::Into<alloc::borrow::Cow<'b, std::path::Path>> + 'b, F: core::fmt::Debug + core::iter::traits::collect::IntoIterator<Item = (I1, I2)>> core::fmt::Debug for fuc_engine::CopyOp<'a, 'b, I1, I2, F>
pub fn fuc_engine::CopyOp<'a, 'b, I1, I2, F>::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl<'a, 'b, I1, I2, F> core::marker::Send for fuc_engine::CopyOp<'a, 'b, I1, I2, F> where F: core::marker::Send, I1: core::marker::Sync, I2: core::marker::Sync
Expand All @@ -70,10 +68,10 @@ pub fn fuc_engine::CopyOp<'a, 'b, I1, I2, F>::borrow_mut(&mut self) -> &mut T
impl<T> core::convert::From<T> for fuc_engine::CopyOp<'a, 'b, I1, I2, F>
pub fn fuc_engine::CopyOp<'a, 'b, I1, I2, F>::from(t: T) -> T
pub struct fuc_engine::RemoveOp<'a, I: core::convert::Into<alloc::borrow::Cow<'a, std::path::Path>> + 'a, F: core::iter::traits::collect::IntoIterator<Item = I>>
impl<'a, I: core::convert::Into<alloc::borrow::Cow<'a, std::path::Path>> + 'a, F: core::iter::traits::collect::IntoIterator<Item = I>> fuc_engine::RemoveOp<'a, I, F>
pub fn fuc_engine::RemoveOp<'a, I, F>::builder() -> RemoveOpBuilder<'a, I, F, ((), (), (), ())>
impl<'a, I: core::convert::Into<alloc::borrow::Cow<'a, std::path::Path>>, F: core::iter::traits::collect::IntoIterator<Item = I>> fuc_engine::RemoveOp<'a, I, F>
pub fn fuc_engine::RemoveOp<'a, I, F>::run(self) -> core::result::Result<(), fuc_engine::Error>
impl<'a, I: core::convert::Into<alloc::borrow::Cow<'a, std::path::Path>> + 'a, F: core::iter::traits::collect::IntoIterator<Item = I>> fuc_engine::RemoveOp<'a, I, F>
pub fn fuc_engine::RemoveOp<'a, I, F>::builder() -> RemoveOpBuilder<'a, I, F, ((), (), (), ())>
impl<'a, I: core::fmt::Debug + core::convert::Into<alloc::borrow::Cow<'a, std::path::Path>> + 'a, F: core::fmt::Debug + core::iter::traits::collect::IntoIterator<Item = I>> core::fmt::Debug for fuc_engine::RemoveOp<'a, I, F>
pub fn fuc_engine::RemoveOp<'a, I, F>::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl<'a, I, F> core::marker::Send for fuc_engine::RemoveOp<'a, I, F> where F: core::marker::Send, I: core::marker::Sync
Expand Down
14 changes: 7 additions & 7 deletions rmz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ categories = ["command-line-utilities", "development-tools", "filesystem"]
license.workspace = true

[dependencies]
clap = { version = "4.3.9", features = ["derive", "wrap_help"] }
error-stack = "0.3.1"
clap = { version = "4.4.4", features = ["derive", "wrap_help"] }
error-stack = "0.4.1"
fuc_engine = { version = "1", path = "../fuc_engine" }
thiserror = "1.0.40"
thiserror = "1.0.48"

[dev-dependencies]
criterion = "0.5.1"
ftzz = "2.0.1"
tempfile = "3.6.0"
trycmd = "0.14.16"
ftzz = "2.0.2"
tempfile = "3.8.0"
trycmd = "0.14.17"
rm_rayon = { path = "../comparisons/rm_rayon" }
rm_og_crappy = { path = "../comparisons/rm_og_crappy" }
supercilex-tests = "0.3.3"
supercilex-tests = "0.3.4"
remove_dir_all = "0.8.2"

[[bench]]
Expand Down

0 comments on commit d269f89

Please sign in to comment.