Skip to content

Commit

Permalink
deps: bump thiserror from 1.0.39 to 1.0.40
Browse files Browse the repository at this point in the history
Pull-Request: #3637.
  • Loading branch information
dependabot[bot] committed Mar 24, 2023
1 parent dcbc04e commit 7e9581c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protocols/floodsub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ quick-protobuf = "0.8"
quick-protobuf-codec = { version = "0.1", path = "../../misc/quick-protobuf-codec" }
rand = "0.8"
smallvec = "1.6.1"
thiserror = "1.0.39"
thiserror = "1.0.40"

# Passing arguments to the docsrs builder in order to properly document cfg's.
# More information: https://docs.rs/about/builds#cross-compiling
Expand Down
2 changes: 1 addition & 1 deletion transports/noise/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ once_cell = "1.17.1"
rand = "0.8.3"
sha2 = "0.10.0"
static_assertions = "1"
thiserror = "1.0.39"
thiserror = "1.0.40"
x25519-dalek = "1.1.0"
zeroize = "1"

Expand Down
2 changes: 1 addition & 1 deletion transports/quic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ parking_lot = "0.12.0"
quinn-proto = { version = "0.9.0", default-features = false, features = ["tls-rustls"] }
rand = "0.8.5"
rustls = { version = "0.20.2", default-features = false }
thiserror = "1.0.39"
thiserror = "1.0.40"
tokio = { version = "1.21.1", default-features = false, features = ["net", "rt"], optional = true }

[features]
Expand Down
2 changes: 1 addition & 1 deletion transports/tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ libp2p-core = { version = "0.39.0", path = "../../core" }
libp2p-identity = { version = "0.1.0", path = "../../identity" }
rcgen = "0.10.0"
ring = "0.16.20"
thiserror = "1.0.39"
thiserror = "1.0.40"
webpki = "0.22.0"
x509-parser = "0.15.0"
yasna = "0.5.0"
Expand Down

0 comments on commit 7e9581c

Please sign in to comment.