Skip to content

Commit

Permalink
deps: bump thiserror from 1.0.38 to 1.0.39
Browse files Browse the repository at this point in the history
Pull-Request: #3554.
  • Loading branch information
dependabot[bot] authored Mar 8, 2023
1 parent 9c177d1 commit 645b229
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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 @@ -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
Expand Down
2 changes: 1 addition & 1 deletion transports/noise/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion transports/quic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion transports/tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 645b229

Please sign in to comment.