From 645b229d4319ed49d423ababb4372de8957b95ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 12:59:53 +0000 Subject: [PATCH] deps: bump thiserror from 1.0.38 to 1.0.39 Pull-Request: #3554. --- Cargo.lock | 8 ++++---- protocols/floodsub/Cargo.toml | 2 +- transports/noise/Cargo.toml | 2 +- transports/quic/Cargo.toml | 2 +- transports/tls/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6936bfcc1b9..3b29ac5d67f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4533,18 +4533,18 @@ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" [[package]] name = "thiserror" -version = "1.0.38" +version = "1.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0" +checksum = "a5ab016db510546d856297882807df8da66a16fb8c4101cb8b30054b0d5b2d9c" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.38" +version = "1.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f" +checksum = "5420d42e90af0c38c3290abcca25b9b3bdf379fc9f55c528f53a269d9c9a267e" dependencies = [ "proc-macro2", "quote", diff --git a/protocols/floodsub/Cargo.toml b/protocols/floodsub/Cargo.toml index 5b8686e5691..6e5a1f4ee97 100644 --- a/protocols/floodsub/Cargo.toml +++ b/protocols/floodsub/Cargo.toml @@ -22,7 +22,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.37" +thiserror = "1.0.39" # Passing arguments to the docsrs builder in order to properly document cfg's. # More information: https://docs.rs/about/builds#cross-compiling diff --git a/transports/noise/Cargo.toml b/transports/noise/Cargo.toml index e563c2ba7b7..52fb6173444 100644 --- a/transports/noise/Cargo.toml +++ b/transports/noise/Cargo.toml @@ -19,7 +19,7 @@ once_cell = "1.17.1" rand = "0.8.3" sha2 = "0.10.0" static_assertions = "1" -thiserror = "1.0.37" +thiserror = "1.0.39" x25519-dalek = "1.1.0" zeroize = "1" diff --git a/transports/quic/Cargo.toml b/transports/quic/Cargo.toml index e0d5730f365..411a804a849 100644 --- a/transports/quic/Cargo.toml +++ b/transports/quic/Cargo.toml @@ -21,7 +21,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.26" +thiserror = "1.0.39" tokio = { version = "1.21.1", default-features = false, features = ["net", "rt"], optional = true } [features] diff --git a/transports/tls/Cargo.toml b/transports/tls/Cargo.toml index ffff5e73347..3b108aeb30d 100644 --- a/transports/tls/Cargo.toml +++ b/transports/tls/Cargo.toml @@ -14,7 +14,7 @@ futures-rustls = "0.22.2" libp2p-core = { version = "0.39.0", path = "../../core" } rcgen = "0.10.0" ring = "0.16.20" -thiserror = "1.0.36" +thiserror = "1.0.39" webpki = "0.22.0" x509-parser = "0.14.0" yasna = "0.5.0"