Skip to content

Commit

Permalink
chore(deps): update thiserror requirement from 1 to 2
Browse files Browse the repository at this point in the history
Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.0...2.0.0)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2024
1 parent 24c4707 commit 2815511
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/bencode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repository.workspace = true
version.workspace = true

[dependencies]
thiserror = "1"
thiserror = "2"

[dev-dependencies]
criterion = "0"
Expand Down
2 changes: 1 addition & 1 deletion packages/dht/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ chrono = "0"
crc = "3"
futures = "0"
rand = "0"
thiserror = "1"
thiserror = "2"
tokio = { version = "1", features = ["full"] }
tracing = "0"
tracing-subscriber = "0"
2 changes: 1 addition & 1 deletion packages/disk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ crossbeam = "0"
futures = "0"
lru-cache = "0"
pin-project = "1"
thiserror = "1"
thiserror = "2"
tokio = { version = "1", features = ["full"] }
tracing = "0"

Expand Down
2 changes: 1 addition & 1 deletion packages/metainfo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bencode = { path = "../bencode" }
util = { path = "../util" }

crossbeam = "0"
thiserror = "1"
thiserror = "2"
walkdir = "2"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion packages/peer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ crossbeam = "0"
futures = "0"
nom = "7"
pin-project = "1"
thiserror = "1"
thiserror = "2"
tokio = { version = "1", features = ["full"] }
tokio-util = { version = "0", features = ["codec"] }
tracing = "0"
Expand Down
2 changes: 1 addition & 1 deletion packages/select/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ bit-set = "0"
bytes = "1"
futures = "0"
rand = "0"
thiserror = "1"
thiserror = "2"
tracing = "0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion packages/utracker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ byteorder = "1"
futures = "0"
nom = "7"
rand = "0"
thiserror = "1"
thiserror = "2"
tracing = "0"

[dev-dependencies]
Expand Down

0 comments on commit 2815511

Please sign in to comment.