Skip to content

Commit

Permalink
Update fs-err requirement from 2 to 3 (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
1 parent 17900a9 commit 7099ba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cpuinfo = ["std", "fs-err"]

[dependencies]
critical-section = { version = "1", optional = true, features = ["restore-state-bool"] }
fs-err = { version = "2", optional = true }
fs-err = { version = "3", optional = true }

[lints]
workspace = true
Expand Down
2 changes: 1 addition & 1 deletion tools/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
bindgen = { default-features = false, features = ["prettyplease", "runtime"], git = "https://github.com/taiki-e/rust-bindgen.git", branch = "dev" } # https://github.com/rust-lang/rust-bindgen/pull/2369 + avoid https://github.com/rust-lang/cargo/issues/10623 + avoid bug on generate c str option
camino = "1"
duct = "0.13"
fs-err = "2"
fs-err = "3"
globset = { version = "0.4", default-features = false }
prettyplease = "0.2"
proc-macro2 = { version = "1", default-features = false }
Expand Down

0 comments on commit 7099ba3

Please sign in to comment.