Skip to content

Commit

Permalink
Merge pull request #1452 from rust-osdev/renovate/fs-err-3.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate fs-err to v3
  • Loading branch information
nicholasbishop authored Oct 28, 2024
2 parents 9c72625 + 38eafcf commit 05a5c7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition.workspace = true
anyhow = "1.0.51"
clap = { version = "4.4.0", default-features = false, features = ["derive", "help", "usage", "std"] }
fatfs = { version = "0.3.6", default-features = false, features = ["alloc", "std"] }
fs-err = "2.6.0"
fs-err = "3.0.0"
heck = "0.5.0"
itertools = "0.13.0"
lzma-rs = "0.3.0"
Expand Down

0 comments on commit 05a5c7e

Please sign in to comment.