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]] [[package]]
name = "thiserror" name = "thiserror"
version = "1.0.40" version = "1.0.43"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" checksum = "a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42"
dependencies = [ dependencies = [
"thiserror-impl", "thiserror-impl",
] ]
[[package]] [[package]]
name = "thiserror-impl" name = "thiserror-impl"
version = "1.0.40" version = "1.0.43"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" checksum = "463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View File

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

View File

@ -22,7 +22,7 @@ quick-protobuf = "0.8"
rand = "0.8.3" rand = "0.8.3"
sha2 = "0.10.7" sha2 = "0.10.7"
static_assertions = "1" static_assertions = "1"
thiserror = "1.0.40" thiserror = "1.0.43"
x25519-dalek = "1.1.0" x25519-dalek = "1.1.0"
zeroize = "1" 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"] } quinn-proto = { version = "0.10.1", default-features = false, features = ["tls-rustls"] }
rand = "0.8.5" rand = "0.8.5"
rustls = { version = "0.21.2", default-features = false } 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 } tokio = { version = "1.29.1", default-features = false, features = ["net", "rt", "time"], optional = true }
[features] [features]

View File

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

View File

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