Skip to content

Commit

Permalink
Update fs-err requirement from 2 to 3 (#70)
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 25, 2024
1 parent 1e7b527 commit 8754042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ roxmltree = { version = "0.20", optional = true }
assimp = "0.3"
duct = "0.13"
fastrand = "2"
fs-err = "2"
fs-err = "3"
memmap2 = "0.9"
quickcheck = { default-features = false, git = "https://github.com/taiki-e/quickcheck.git", branch = "dev" } # https://github.com/BurntSushi/quickcheck/pull/304 + https://github.com/BurntSushi/quickcheck/pull/282 + https://github.com/BurntSushi/quickcheck/pull/296 + lower MSRV
walkdir = "2"
Expand Down

0 comments on commit 8754042

Please sign in to comment.