deps: bump thiserror from 1.0.40 to 1.0.43

Pull-Request: #4174.
This commit is contained in:
dependabot[bot] 2023-07-17 08:45:14 +00:00 committed by GitHub
parent 30024f38d4
commit efdba39f83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 9 deletions

8
Cargo.lock generated
View File

@ -5486,18 +5486,18 @@ dependencies = [
[[package]]
name = "thiserror"
version = "1.0.40"
version = "1.0.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
checksum = "a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.40"
version = "1.0.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
checksum = "463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f"
dependencies = [
"proc-macro2",
"quote",

View File

@ -23,7 +23,7 @@ quick-protobuf = "0.8"
quick-protobuf-codec = { workspace = true }
rand = "0.8"
smallvec = "1.11.0"
thiserror = "1.0.40"
thiserror = "1.0.43"
# Passing arguments to the docsrs builder in order to properly document cfg's.
# More information: https://docs.rs/about/builds#cross-compiling

View File

@ -22,7 +22,7 @@ quick-protobuf = "0.8"
rand = "0.8.3"
sha2 = "0.10.7"
static_assertions = "1"
thiserror = "1.0.40"
thiserror = "1.0.43"
x25519-dalek = "1.1.0"
zeroize = "1"

View File

@ -22,7 +22,7 @@ parking_lot = "0.12.0"
quinn-proto = { version = "0.10.1", default-features = false, features = ["tls-rustls"] }
rand = "0.8.5"
rustls = { version = "0.21.2", default-features = false }
thiserror = "1.0.40"
thiserror = "1.0.43"
tokio = { version = "1.29.1", default-features = false, features = ["net", "rt", "time"], optional = true }
[features]

View File

@ -15,7 +15,7 @@ libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
rcgen = "0.10.0"
ring = "0.16.20"
thiserror = "1.0.40"
thiserror = "1.0.43"
webpki = { version = "0.22.0", features = ["std"] }
x509-parser = "0.15.0"
yasna = "0.5.2"

View File

@ -23,7 +23,7 @@ log = "0.4.19"
multiaddr = { workspace = true }
multihash = { workspace = true }
send_wrapper = { version = "0.6.0", features = ["futures"] }
thiserror = "1.0.40"
thiserror = "1.0.43"
wasm-bindgen = "0.2.87"
wasm-bindgen-futures = "0.4.37"
web-sys = { version = "0.3.64", features = [