From 7b6dbeb44f0f0f5a7b834b41526cc45ef04c3186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 20:48:03 +0000 Subject: [PATCH] chore(deps): bump thiserror from 1.0.48 to 1.0.49 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.48 to 1.0.49. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.48...1.0.49) --- 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 4fa1144ef..f427cdcbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5272,18 +5272,18 @@ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" [[package]] name = "thiserror" -version = "1.0.48" +version = "1.0.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7" +checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.48" +version = "1.0.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35" +checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc" dependencies = [ "proc-macro2", "quote", diff --git a/apps/host/Cargo.toml b/apps/host/Cargo.toml index bc6e8358a..6289cba3b 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.28" log = "0.4.20" reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls"] } -thiserror = "1.0.48" +thiserror = "1.0.49" [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 39aa93661..12f1a12a9 100644 --- a/apps/macros/Cargo.toml +++ b/apps/macros/Cargo.toml @@ -18,4 +18,4 @@ futures = "0.3.28" log = "0.4.20" quote = "1.0.33" syn = { version = "2.0.37", features = ["full", "fold"] } -thiserror = "1.0.48" +thiserror = "1.0.49" diff --git a/apps/sdk/Cargo.toml b/apps/sdk/Cargo.toml index a544f2d80..9859c36a7 100644 --- a/apps/sdk/Cargo.toml +++ b/apps/sdk/Cargo.toml @@ -18,7 +18,7 @@ futures = "0.3.28" lazy_static = "1.4.0" log = "0.4.20" quote = "1.0.33" -thiserror = "1.0.48" +thiserror = "1.0.49" chrono = { version = "0.4.31", default-features = false, features = [] } [dev-dependencies] diff --git a/chain/Cargo.toml b/chain/Cargo.toml index d83c3feee..b77a0770e 100644 --- a/chain/Cargo.toml +++ b/chain/Cargo.toml @@ -27,7 +27,7 @@ futures = "0.3.28" itertools = "0.11.0" log = "0.4.20" serde = { version = "1.0.188", features = ["derive"] } -thiserror = "1.0.48" +thiserror = "1.0.49" bytes = "1.5.0" # For directory chain diff --git a/clients/android/Cargo.toml b/clients/android/Cargo.toml index 06dddf44a..a42808f90 100644 --- a/clients/android/Cargo.toml +++ b/clients/android/Cargo.toml @@ -12,4 +12,4 @@ anyhow = "1.0.75" 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.48" +thiserror = "1.0.49" diff --git a/clients/web/Cargo.toml b/clients/web/Cargo.toml index c1ec8dec8..336e833bf 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.28" js-sys = "0.3.64" log = "0.4.20" -thiserror = "1.0.48" +thiserror = "1.0.49" wasm-bindgen = { version = "0.2.87", features = ["serde-serialize"] }# serde for serialization from JsValue wasm-bindgen-futures = "0.4.37" wasm-logger = "0.2.0" diff --git a/core/Cargo.toml b/core/Cargo.toml index 9f755aff3..8db00962b 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -49,7 +49,7 @@ serde_derive = "1.0.188" serde_json = "1.0.107" serde_yaml = "0.9.25" shadow-rs = { version = "0.24.0", default-features = false } -thiserror = "1.0.48" +thiserror = "1.0.49" url = "2.4.1" 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 068c9db43..531ac1bd0 100644 --- a/discovery/Cargo.toml +++ b/discovery/Cargo.toml @@ -24,7 +24,7 @@ reqwest = { version = "0.11.20", default-features = false, features = ["json", " serde = "1.0.188" serde_derive = "1.0.188" serde_json = "1.0.107" -thiserror = "1.0.48" +thiserror = "1.0.49" wasm-timer = "0.2.5" # For server diff --git a/exo/Cargo.toml b/exo/Cargo.toml index f362be1d4..9c397762b 100644 --- a/exo/Cargo.toml +++ b/exo/Cargo.toml @@ -33,7 +33,7 @@ serde = "1.0.188" serde_derive = "1.0.188" serde_json = "1.0.107" tempfile = "3.8.0" -thiserror = "1.0.48" +thiserror = "1.0.49" tokio = { version = "1.32.0", features = ["macros"], default-features = false } url = "2.4.1" zip = { version = "0.6.6", features = ["deflate"], default-features = false } diff --git a/protos/Cargo.toml b/protos/Cargo.toml index f170a1ade..54b83be44 100644 --- a/protos/Cargo.toml +++ b/protos/Cargo.toml @@ -20,7 +20,7 @@ protobuf = "3.2.0" serde = "1.0.188" serde_derive = "1.0.188" serde_json = "1.0.107" -thiserror = "1.0.48" +thiserror = "1.0.49" [build-dependencies] capnpc = "0.18" diff --git a/store/Cargo.toml b/store/Cargo.toml index 5cb3d6f89..6ff169a89 100644 --- a/store/Cargo.toml +++ b/store/Cargo.toml @@ -37,7 +37,7 @@ futures = "0.3.28" itertools = "0.11.0" log = "0.4.20" smallvec = "1.11.1" -thiserror = "1.0.48" +thiserror = "1.0.49" # 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 36af122cb..d51a5ef59 100644 --- a/transport/Cargo.toml +++ b/transport/Cargo.toml @@ -31,7 +31,7 @@ libp2p-identity = { version = "0.2.3", features = ["secp256k1", "ed25519"], defa libp2p-mplex = {version = "0.40.0", optional = true} log = "0.4.20" pin-project = "1.1.3" -thiserror = "1.0.48" +thiserror = "1.0.49" url = {version = "2.4.1", optional = true} [dev-dependencies]