From c649c836772905e680f648effbc5de510ff0e8c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 09:11:31 +0200 Subject: [PATCH] chore(deps): bump thiserror from 1.0.47 to 1.0.49 (#437) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.47 to 1.0.49. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.47...1.0.49) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- user-trades/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a637530f..0d663a8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3640,18 +3640,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.47" +version = "1.0.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f" +checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.47" +version = "1.0.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b" +checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 35891bb6..afcbd930 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ sqlx-ledger = { version = "0.10.0", features = ["otel"] } tokio = { version = "1.29.1", features = ["full"] } futures = "0.3.27" async-trait = "0.1.67" -thiserror = "1.0.40" +thiserror = "1.0.49" anyhow = "1.0.70" tracing = "0.1.37" tracing-subscriber = { version = "0.3.16", features = ["env-filter", "json"] } diff --git a/user-trades/Cargo.toml b/user-trades/Cargo.toml index fd81c75b..c5e1ae61 100644 --- a/user-trades/Cargo.toml +++ b/user-trades/Cargo.toml @@ -12,7 +12,7 @@ shared = { path = "../shared", package = "stablesats-shared" } ledger = { path = "../ledger", package = "stablesats-ledger" } galoy_client = { path = "../galoy-client", package = "galoy-client" } -thiserror = "1.0.40" +thiserror = "1.0.49" chrono = "0.4" tokio = "1.29.1" sqlx = { version = "0.7.1", features = ["runtime-tokio-rustls", "postgres", "rust_decimal", "uuid", "chrono", "json"] }