Skip to content

Commit 7b7f9ac

Browse files
Bump fs-err from 2.11.0 to 3.0.0 (#342)
Bumps [fs-err](https://github.com/andrewhickman/fs-err) from 2.11.0 to 3.0.0. - [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md) - [Commits](andrewhickman/fs-err@2.11.0...3.0.0) --- updated-dependencies: - dependency-name: fs-err dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b377e25 commit 7b7f9ac

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

buildpacks/ruby/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bullet_stream = "0.2.0"
1111
clap = { version = "4", default-features = false, features = ["derive", "error-context", "help", "std", "usage"] }
1212
commons = { path = "../../commons" }
1313
flate2 = { version = "1", default-features = false, features = ["zlib"] }
14-
fs-err = "2"
14+
fs-err = "3"
1515
fun_run = { version = "0.2", features = ["which_problem"] }
1616
glob = "0.3"
1717
indoc = "2"

commons/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const_format = "0.2"
1717
# TODO: Consolidate on either the regex crate or the fancy-regex crate, since this repo currently uses both.
1818
fancy-regex = "0.13"
1919
fs_extra = "1"
20-
fs-err = "2"
20+
fs-err = "3"
2121
fun_run = "0.2"
2222
glob = "0.3"
2323
indoc = "2"

0 commit comments

Comments
 (0)