Skip to content

Commit ef2e8e7

Browse files
chore(deps): bump thiserror from 1.0.66 to 2.0.3
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 2.0.3. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.66...2.0.3) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e0245f0 commit ef2e8e7

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

console/tracker-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ serde = { version = "1", features = ["derive"] }
2828
serde_bencode = "0"
2929
serde_bytes = "0"
3030
serde_json = { version = "1", features = ["preserve_order"] }
31-
thiserror = "1"
31+
thiserror = "2"
3232
tokio = { version = "1", features = ["macros", "net", "rt-multi-thread", "signal", "sync"] }
3333
torrust-tracker-configuration = { version = "3.0.0-develop", path = "../../packages/configuration" }
3434
tracing = "0"

contrib/bencode/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rust-version.workspace = true
1616
version.workspace = true
1717

1818
[dependencies]
19-
thiserror = "1"
19+
thiserror = "2"
2020

2121
[dev-dependencies]
2222
criterion = "0"

packages/configuration/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ figment = { version = "0", features = ["env", "test", "toml"] }
2121
serde = { version = "1", features = ["derive"] }
2222
serde_json = { version = "1", features = ["preserve_order"] }
2323
serde_with = "3"
24-
thiserror = "1"
24+
thiserror = "2"
2525
toml = "0"
2626
torrust-tracker-located-error = { version = "3.0.0-develop", path = "../located-error" }
2727
url = "2"

packages/located-error/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ version.workspace = true
1818
tracing = "0"
1919

2020
[dev-dependencies]
21-
thiserror = "1"
21+
thiserror = "2"

packages/primitives/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ derive_more = { version = "1", features = ["constructor"] }
2222
serde = { version = "1", features = ["derive"] }
2323
tdyne-peer-id = "1"
2424
tdyne-peer-id-registry = "0"
25-
thiserror = "1"
25+
thiserror = "2"
2626
zerocopy = "0.7"

packages/tracker-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ serde = { version = "1", features = ["derive"] }
2525
serde_bencode = "0"
2626
serde_bytes = "0"
2727
serde_repr = "0"
28-
thiserror = "1"
28+
thiserror = "2"
2929
tokio = { version = "1", features = ["macros", "net", "rt-multi-thread", "signal", "sync"] }
3030
torrust-tracker-configuration = { version = "3.0.0-develop", path = "../configuration" }
3131
torrust-tracker-located-error = { version = "3.0.0-develop", path = "../located-error" }

0 commit comments

Comments
 (0)