Skip to content

Commit

Permalink
Bump thiserror from 1.0.67 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.67 to 2.0.0.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.67...2.0.0)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2024
1 parent 16bd43f commit 3293243
Show file tree
Hide file tree
Showing 20 changed files with 74 additions and 54 deletions.
90 changes: 55 additions & 35 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 usbsas-cmdexec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
byteorder = "1.5"
env_logger = "0.11"
log = "0.4"
thiserror = "1.0"
thiserror = "2.0"
usbsas-comm = { path = "../usbsas-comm" }
usbsas-config = { path = "../usbsas-config" }
usbsas-proto = { path = "../usbsas-proto" }
Expand Down
2 changes: 1 addition & 1 deletion usbsas-dev2scsi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bootsector = "0.2"
byteorder = "1.5"
env_logger = "0.11"
log = "0.4"
thiserror = "1.0"
thiserror = "2.0"
usbsas-comm = { path = "../usbsas-comm" }
usbsas-mass-storage = { path = "../usbsas-mass-storage" }
usbsas-mock = { path = "../usbsas-mock", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion usbsas-files2fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bitvec = "1.0"
env_logger = "0.11"
fscommon = { git = "https://github.com/rafalh/rust-fscommon", rev = "89706258032efff88689f6083510ed34b845fe46" }
log = "0.4"
thiserror = "1.0"
thiserror = "2.0"
usbsas-comm = { path = "../usbsas-comm" }
usbsas-fsrw = { path = "../usbsas-fsrw" }
usbsas-mbr = { path = "../usbsas-mbr" }
Expand Down
2 changes: 1 addition & 1 deletion usbsas-files2tar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
env_logger = "0.11"
log = "0.4"
tar = "0.4"
thiserror = "1.0"
thiserror = "2.0"
usbsas-comm = { path = "../usbsas-comm" }
usbsas-proto = { path = "../usbsas-proto" }
usbsas-sandbox = { path = "../usbsas-sandbox" }
Expand Down
2 changes: 1 addition & 1 deletion usbsas-filter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ toml = "0.8"
[dependencies]
env_logger = "0.11"
log = "0.4"
thiserror = "1.0"
thiserror = "2.0"
usbsas-comm = { path = "../usbsas-comm" }
usbsas-config = { path = "../usbsas-config" }
usbsas-proto = { path = "../usbsas-proto" }
Expand Down
2 changes: 1 addition & 1 deletion usbsas-fs2dev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bitvec = "1.0"
byteorder = "1.5"
env_logger = "0.11"
log = "0.4"
thiserror = "1.0"
thiserror = "2.0"
usbsas-comm = { path = "../usbsas-comm" }
usbsas-mass-storage = { path = "../usbsas-mass-storage" }
usbsas-mock = { path = "../usbsas-mock", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion usbsas-fsrw/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ log = "0.4"
ntfs = "0.4"
ntfs3g = { path = "../ntfs3g" }
positioned-io2 = "0.3"
thiserror = "1.0"
thiserror = "2.0"
time = "0.3"
usbsas-proto = { path = "../usbsas-proto" }
2 changes: 1 addition & 1 deletion usbsas-identificator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
[dependencies]
env_logger = "0.11"
log = "0.4"
thiserror = "1.0"
thiserror = "2.0"
usbsas-comm = { path = "../usbsas-comm" }
usbsas-proto = { path = "../usbsas-proto" }
usbsas-sandbox = { path = "../usbsas-sandbox" }
Expand Down
2 changes: 1 addition & 1 deletion usbsas-mass-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ log = "0.4"
lru = "0.12"
positioned-io2 = "0.3"
rusb = { version = "0.9", features = ["vendored"] }
thiserror = "1.0"
thiserror = "2.0"
usbsas-comm = { path = "../usbsas-comm" }
usbsas-proto = { path = "../usbsas-proto" }
usbsas-scsi = { path = "../usbsas-scsi" }
Loading

0 comments on commit 3293243

Please sign in to comment.