mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-28 02:01:20 +00:00
parent
30024f38d4
commit
efdba39f83
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -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",
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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]
|
||||
|
@ -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"
|
||||
|
@ -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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user