Skip to content

Commit 3ff354f

Browse files
deps: bump thiserror from 1.0.48 to 1.0.49
Pull-Request: #4578.
1 parent 5c7a18b commit 3ff354f

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
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.1"
26-
thiserror = "1.0.48"
26+
thiserror = "1.0.49"
2727

2828
# Passing arguments to the docsrs builder in order to properly document cfg's.
2929
# More information: https://docs.rs/about/builds#cross-compiling

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.48"
25+
thiserror = "1.0.49"
2626
x25519-dalek = "1.1.0"
2727
zeroize = "1"
2828

transports/quic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ parking_lot = "0.12.0"
2222
quinn = { version = "0.10.2", default-features = false, features = ["tls-rustls", "futures-io"] }
2323
rand = "0.8.5"
2424
rustls = { version = "0.21.7", default-features = false }
25-
thiserror = "1.0.48"
25+
thiserror = "1.0.49"
2626
tokio = { version = "1.32.0", default-features = false, features = ["net", "rt", "time"], optional = true }
2727
socket2 = "0.5.4"
2828
ring = "0.16.20"

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.10.0"
1717
ring = "0.16.20"
18-
thiserror = "1.0.48"
18+
thiserror = "1.0.49"
1919
webpki = { version = "0.101.4", package = "rustls-webpki", features = ["std"] }
2020
x509-parser = "0.15.1"
2121
yasna = "0.5.2"

transports/webtransport-websys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ log = "0.4.20"
2323
multiaddr = { workspace = true }
2424
multihash = { workspace = true }
2525
send_wrapper = { version = "0.6.0", features = ["futures"] }
26-
thiserror = "1.0.48"
26+
thiserror = "1.0.49"
2727
wasm-bindgen = "0.2.87"
2828
wasm-bindgen-futures = "0.4.37"
2929
web-sys = { version = "0.3.64", features = [

0 commit comments

Comments
 (0)