diff --git a/Cargo.lock b/Cargo.lock index 13c23577..e1c164fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -476,9 +476,9 @@ dependencies = [ [[package]] name = "fs-err" -version = "2.11.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41" +checksum = "8bb60e7409f34ef959985bc9d9c5ee8f5db24ee46ed9775850548021710f807f" dependencies = [ "autocfg", ] diff --git a/buildpacks/ruby/Cargo.toml b/buildpacks/ruby/Cargo.toml index 1b668063..b3006dbc 100644 --- a/buildpacks/ruby/Cargo.toml +++ b/buildpacks/ruby/Cargo.toml @@ -11,7 +11,7 @@ bullet_stream = "0.2.0" clap = { version = "4", default-features = false, features = ["derive", "error-context", "help", "std", "usage"] } commons = { path = "../../commons" } flate2 = { version = "1", default-features = false, features = ["zlib"] } -fs-err = "2" +fs-err = "3" fun_run = { version = "0.2", features = ["which_problem"] } glob = "0.3" indoc = "2" diff --git a/commons/Cargo.toml b/commons/Cargo.toml index 579826cb..e3b96223 100644 --- a/commons/Cargo.toml +++ b/commons/Cargo.toml @@ -17,7 +17,7 @@ const_format = "0.2" # TODO: Consolidate on either the regex crate or the fancy-regex crate, since this repo currently uses both. fancy-regex = "0.13" fs_extra = "1" -fs-err = "2" +fs-err = "3" fun_run = "0.2" glob = "0.3" indoc = "2"