From eeac538457d9eaed2d1683a9cc32160b53e16f37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 20:23:16 +0000 Subject: [PATCH] chore(deps): bump thiserror from 1.0.52 to 1.0.53 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.52 to 1.0.53. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.52...1.0.53) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- apps/host/Cargo.toml | 2 +- apps/macros/Cargo.toml | 2 +- apps/sdk/Cargo.toml | 2 +- chain/Cargo.toml | 2 +- clients/android/Cargo.toml | 2 +- clients/web/Cargo.toml | 2 +- core/Cargo.toml | 2 +- discovery/Cargo.toml | 2 +- exo/Cargo.toml | 2 +- protos/Cargo.toml | 2 +- store/Cargo.toml | 2 +- transport/Cargo.toml | 2 +- 13 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6761d3ac9..e09b038e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5382,18 +5382,18 @@ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" [[package]] name = "thiserror" -version = "1.0.52" +version = "1.0.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83a48fd946b02c0a526b2e9481c8e2a17755e47039164a86c4070446e3a4614d" +checksum = "b2cd5904763bad08ad5513ddbb12cf2ae273ca53fa9f68e843e236ec6dfccc09" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.52" +version = "1.0.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7fbe9b594d6568a6a1443250a7e67d80b74e1e96f6d1715e1e21cc1888291d3" +checksum = "3dcf4a824cce0aeacd6f38ae6f24234c8e80d68632338ebaa1443b5df9e29e19" dependencies = [ "proc-macro2", "quote", diff --git a/apps/host/Cargo.toml b/apps/host/Cargo.toml index e12bcdfaa..827f315fc 100644 --- a/apps/host/Cargo.toml +++ b/apps/host/Cargo.toml @@ -20,7 +20,7 @@ exocore-store = {version = "0.1.25", path = "../../store"} futures = "0.3.30" log = "0.4.20" reqwest = { version = "0.11.23", default-features = false, features = ["rustls-tls"] } -thiserror = "1.0.52" +thiserror = "1.0.53" [target."cfg(any( all(target_arch = \"x86_64\", any(target_os = \"linux\", target_os = \"macos\", target_os = \"windows\")), all(target_arch = \"aarch64\", any(target_os = \"linux\", target_os = \"macos\")) ))".dependencies] wasmtime = "4.0.1" diff --git a/apps/macros/Cargo.toml b/apps/macros/Cargo.toml index 7c2d41432..62dbf4316 100644 --- a/apps/macros/Cargo.toml +++ b/apps/macros/Cargo.toml @@ -18,4 +18,4 @@ futures = "0.3.30" log = "0.4.20" quote = "1.0.33" syn = { version = "2.0.43", features = ["full", "fold"] } -thiserror = "1.0.52" +thiserror = "1.0.53" diff --git a/apps/sdk/Cargo.toml b/apps/sdk/Cargo.toml index 30327e585..b0d7f8cf1 100644 --- a/apps/sdk/Cargo.toml +++ b/apps/sdk/Cargo.toml @@ -18,7 +18,7 @@ futures = "0.3.30" lazy_static = "1.4.0" log = "0.4.20" quote = "1.0.33" -thiserror = "1.0.52" +thiserror = "1.0.53" chrono = { version = "0.4.31", default-features = false, features = [] } [dev-dependencies] diff --git a/chain/Cargo.toml b/chain/Cargo.toml index 8f34b9e7c..5b0598b59 100644 --- a/chain/Cargo.toml +++ b/chain/Cargo.toml @@ -27,7 +27,7 @@ futures = "0.3.30" itertools = "0.12.0" log = "0.4.20" serde = { version = "1.0.193", features = ["derive"] } -thiserror = "1.0.52" +thiserror = "1.0.53" bytes = "1.5.0" # For directory chain diff --git a/clients/android/Cargo.toml b/clients/android/Cargo.toml index 93334efea..e18c807eb 100644 --- a/clients/android/Cargo.toml +++ b/clients/android/Cargo.toml @@ -12,4 +12,4 @@ anyhow = "1.0.77" exocore-core = {version = "0.1.25", path = "../../core", features = ["runtime", "logger"]} exocore-store = {version = "0.1.25", path = "../../store"} exocore-transport = {version = "0.1.25", path = "../../transport", features = ["p2p-full"]} -thiserror = "1.0.52" +thiserror = "1.0.53" diff --git a/clients/web/Cargo.toml b/clients/web/Cargo.toml index 79effbbba..63e9cacc2 100644 --- a/clients/web/Cargo.toml +++ b/clients/web/Cargo.toml @@ -18,7 +18,7 @@ exocore-transport = {version = "0.1.25", path = "../../transport", default-featu futures = "0.3.30" js-sys = "0.3.66" log = "0.4.20" -thiserror = "1.0.52" +thiserror = "1.0.53" wasm-bindgen = { version = "0.2.89", features = ["serde-serialize"] }# serde for serialization from JsValue wasm-bindgen-futures = "0.4.39" wasm-logger = "0.2.0" diff --git a/core/Cargo.toml b/core/Cargo.toml index 054faf669..a5942d0f9 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -49,7 +49,7 @@ serde_derive = "1.0.193" serde_json = "1.0.108" serde_yaml = "0.9.29" shadow-rs = { version = "0.25.0", default-features = false } -thiserror = "1.0.52" +thiserror = "1.0.53" url = "2.5.0" uuid = { version = "1.4.1", features = ["v4", "wasm-bindgen"] } wasm-timer = "0.2.5" diff --git a/discovery/Cargo.toml b/discovery/Cargo.toml index d9dcb9850..fa2af539c 100644 --- a/discovery/Cargo.toml +++ b/discovery/Cargo.toml @@ -24,7 +24,7 @@ reqwest = { version = "0.11.23", default-features = false, features = ["json", " serde = "1.0.193" serde_derive = "1.0.193" serde_json = "1.0.108" -thiserror = "1.0.52" +thiserror = "1.0.53" wasm-timer = "0.2.5" # For server diff --git a/exo/Cargo.toml b/exo/Cargo.toml index dd82898b2..d9a5494c5 100644 --- a/exo/Cargo.toml +++ b/exo/Cargo.toml @@ -33,7 +33,7 @@ serde = "1.0.193" serde_derive = "1.0.193" serde_json = "1.0.108" tempfile = "3.8.1" -thiserror = "1.0.52" +thiserror = "1.0.53" tokio = { version = "1.35.1", features = ["macros"], default-features = false } url = "2.5.0" zip = { version = "0.6.6", features = ["deflate"], default-features = false } diff --git a/protos/Cargo.toml b/protos/Cargo.toml index b1fa90a72..bb55bd8e8 100644 --- a/protos/Cargo.toml +++ b/protos/Cargo.toml @@ -20,7 +20,7 @@ protobuf = "3.3.0" serde = "1.0.193" serde_derive = "1.0.193" serde_json = "1.0.108" -thiserror = "1.0.52" +thiserror = "1.0.53" [build-dependencies] capnpc = "0.18" diff --git a/store/Cargo.toml b/store/Cargo.toml index b326844a7..03aa9c94e 100644 --- a/store/Cargo.toml +++ b/store/Cargo.toml @@ -37,7 +37,7 @@ futures = "0.3.30" itertools = "0.12.0" log = "0.4.20" smallvec = "1.11.2" -thiserror = "1.0.52" +thiserror = "1.0.53" # local or remote exocore-chain = {version = "0.1.25", path = "../chain", default-features = false, optional = true} diff --git a/transport/Cargo.toml b/transport/Cargo.toml index c261bc191..f4fb12cf7 100644 --- a/transport/Cargo.toml +++ b/transport/Cargo.toml @@ -31,7 +31,7 @@ libp2p-identity = { version = "0.2.8", features = ["secp256k1", "ed25519"], defa libp2p-mplex = {version = "0.40.0", optional = true} log = "0.4.20" pin-project = "1.1.3" -thiserror = "1.0.52" +thiserror = "1.0.53" url = {version = "2.5.0", optional = true} [dev-dependencies]