Skip to content

Commit 1f093e6

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

File tree

20 files changed

+118
-98
lines changed

20 files changed

+118
-98
lines changed

Cargo.lock

Lines changed: 99 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ rand = "0.8"
2828
rw-stream-sink = { workspace = true }
2929
serde = { version = "1", optional = true, features = ["derive"] }
3030
smallvec = "1.12.0"
31-
thiserror = "1.0"
31+
thiserror = "2.0"
3232
tracing = "0.1.37"
3333
unsigned-varint = { workspace = true }
3434
void = "1"

identity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rand = { version = "0.8", optional = true }
2525
sec1 = { version = "0.7", default-features = false, optional = true }
2626
serde = { version = "1", optional = true, features = ["derive"] }
2727
sha2 = { version = "0.10.8", optional = true }
28-
thiserror = { version = "1.0", optional = true }
28+
thiserror = { version = "2.0", optional = true }
2929
void = { version = "1.0", optional = true }
3030
zeroize = { version = "1.7", optional = true }
3131

misc/quick-protobuf-codec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["asynchronous"]
1313
[dependencies]
1414
asynchronous-codec = { workspace = true }
1515
bytes = { version = "1" }
16-
thiserror = "1.0"
16+
thiserror = "2.0"
1717
unsigned-varint = { workspace = true, features = ["std"] }
1818
quick-protobuf = "0.8"
1919

misc/webrtc-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ quick-protobuf-codec = { workspace = true }
2323
rand = "0.8"
2424
serde = { version = "1.0", features = ["derive"] }
2525
sha2 = "0.10.8"
26-
thiserror = "1"
26+
thiserror = "2"
2727
tinytemplate = "1.2"
2828
tracing = "0.1.37"
2929

muxers/yamux/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"]
1414
either = "1"
1515
futures = "0.3.30"
1616
libp2p-core = { workspace = true }
17-
thiserror = "1.0"
17+
thiserror = "2.0"
1818
yamux012 = { version = "0.12.1", package = "yamux" }
1919
yamux013 = { version = "0.13.1", package = "yamux" }
2020
tracing = "0.1.37"

protocols/dcutr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ libp2p-swarm = { workspace = true }
2121
libp2p-identity = { workspace = true }
2222
quick-protobuf = "0.8"
2323
quick-protobuf-codec = { workspace = true }
24-
thiserror = "1.0"
24+
thiserror = "2.0"
2525
tracing = "0.1.37"
2626
void = "1"
2727
lru = "0.12.1"

protocols/floodsub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ quick-protobuf = "0.8"
2323
quick-protobuf-codec = { workspace = true }
2424
rand = "0.8"
2525
smallvec = "1.12.0"
26-
thiserror = "1.0.57"
26+
thiserror = "2.0.18"
2727
tracing = "0.1.37"
2828

2929
# Passing arguments to the docsrs builder in order to properly document cfg's.

protocols/identify/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ lru = "0.12.1"
2222
quick-protobuf-codec = { workspace = true }
2323
quick-protobuf = "0.8"
2424
smallvec = "1.12.0"
25-
thiserror = "1.0"
25+
thiserror = "2.0"
2626
tracing = "0.1.37"
2727
void = "1.0"
2828
either = "1.9.0"

protocols/kad/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ void = "1.0"
3131
futures-timer = "3.0.2"
3232
instant = "0.1.12"
3333
serde = { version = "1.0", optional = true, features = ["derive"] }
34-
thiserror = "1"
34+
thiserror = "2"
3535
tracing = "0.1.37"
3636

3737
[dev-dependencies]

0 commit comments

Comments
 (0)