Skip to content

Commit 3e06e0b

Browse files
deps: bump thiserror from 1.0.53 to 1.0.56
Pull-Request: #5064.
1 parent 53500e2 commit 3e06e0b

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

Cargo.lock

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

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.11.2"
26-
thiserror = "1.0.53"
26+
thiserror = "1.0.56"
2727
tracing = "0.1.37"
2828

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

transports/noise/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ quick-protobuf = "0.8"
2222
rand = "0.8.3"
2323
sha2 = "0.10.8"
2424
static_assertions = "1"
25-
thiserror = "1.0.53"
25+
thiserror = "1.0.56"
2626
tracing = "0.1.37"
2727
x25519-dalek = "2"
2828
zeroize = "1"

transports/quic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ parking_lot = "0.12.0"
2121
quinn = { version = "0.10.2", default-features = false, features = ["tls-rustls", "futures-io"] }
2222
rand = "0.8.5"
2323
rustls = { version = "0.21.9", default-features = false }
24-
thiserror = "1.0.53"
24+
thiserror = "1.0.56"
2525
tokio = { version = "1.35.1", default-features = false, features = ["net", "rt", "time"], optional = true }
2626
tracing = "0.1.37"
2727
socket2 = "0.5.5"

transports/tls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ libp2p-core = { workspace = true }
1515
libp2p-identity = { workspace = true }
1616
rcgen = "0.11.3"
1717
ring = "0.16.20"
18-
thiserror = "1.0.53"
18+
thiserror = "1.0.56"
1919
webpki = { version = "0.101.4", package = "rustls-webpki", features = ["std"] }
2020
x509-parser = "0.15.1"
2121
yasna = "0.5.2"

transports/websocket-websys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ libp2p-core = { workspace = true }
1818
tracing = "0.1.37"
1919
parking_lot = "0.12.1"
2020
send_wrapper = "0.6.0"
21-
thiserror = "1.0.53"
21+
thiserror = "1.0.56"
2222
wasm-bindgen = "0.2.89"
2323
web-sys = { version = "0.3.66", features = ["BinaryType", "CloseEvent", "MessageEvent", "WebSocket", "Window", "WorkerGlobalScope"] }
2424

transports/webtransport-websys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ libp2p-noise = { workspace = true }
2222
multiaddr = { workspace = true }
2323
multihash = { workspace = true }
2424
send_wrapper = { version = "0.6.0", features = ["futures"] }
25-
thiserror = "1.0.53"
25+
thiserror = "1.0.56"
2626
tracing = "0.1.37"
2727
wasm-bindgen = "0.2.89"
2828
wasm-bindgen-futures = "0.4.39"

0 commit comments

Comments
 (0)