From 5dd08610bbfb488244416a754c019be5069c9c94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:19:10 +0000 Subject: [PATCH] build(deps): bump thiserror from 1.0.50 to 1.0.56 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.50 to 1.0.56. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.50...1.0.56) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- openubl/api/Cargo.toml | 2 +- openubl/server/Cargo.toml | 2 +- openubl/storage/Cargo.toml | 2 +- xsender/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ecd2395..f3159127 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4731,18 +4731,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.53" +version = "1.0.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2cd5904763bad08ad5513ddbb12cf2ae273ca53fa9f68e843e236ec6dfccc09" +checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.53" +version = "1.0.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3dcf4a824cce0aeacd6f38ae6f24234c8e80d68632338ebaa1443b5df9e29e19" +checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471" dependencies = [ "proc-macro2", "quote", diff --git a/openubl/api/Cargo.toml b/openubl/api/Cargo.toml index cf485050..a82b07d9 100644 --- a/openubl/api/Cargo.toml +++ b/openubl/api/Cargo.toml @@ -14,5 +14,5 @@ sea-orm = { version = "0.12", features = [ "sea-query-binder", "sqlx-postgres", sea-query = "0.30.5" async-trait = "0.1.75" anyhow = "1.0.76" -thiserror = "1.0.50" +thiserror = "1.0.56" serde_json = "1.0.108" diff --git a/openubl/server/Cargo.toml b/openubl/server/Cargo.toml index 07098e32..bc3e1a61 100644 --- a/openubl/server/Cargo.toml +++ b/openubl/server/Cargo.toml @@ -21,7 +21,7 @@ sea-orm = { version = "0.12.10", features = ["sqlx-postgres", "runtime-tokio-rus clap = { version = "4.4.11", features = ["derive", "env"] } anyhow = "1.0.76" env_logger = "0.10.1" -thiserror = "1.0.50" +thiserror = "1.0.56" utoipa = { version = "4.1.0", features = ["actix_extras"] } utoipa-swagger-ui = { version = "5.0.0", features = ["actix-web"] } actix-web-httpauth = "0.8.1" diff --git a/openubl/storage/Cargo.toml b/openubl/storage/Cargo.toml index 838812ac..b4c2e4bc 100644 --- a/openubl/storage/Cargo.toml +++ b/openubl/storage/Cargo.toml @@ -11,7 +11,7 @@ minio = "0.1.0" serde = { version = "1.0.193", features = ["derive"] } anyhow = "1.0.78" uuid = { version = "1.6.1", features = ["v4"] } -thiserror = "1.0.53" +thiserror = "1.0.56" zip = "0.6.6" tempfile = "3.9.0" reqwest = "0.11.23" diff --git a/xsender/Cargo.toml b/xsender/Cargo.toml index c0e15c12..af98d0ea 100644 --- a/xsender/Cargo.toml +++ b/xsender/Cargo.toml @@ -15,7 +15,7 @@ serde = { version = "1.0.193", features = ["derive"] } reqwest = "0.11.22" regex = "1.10.2" base64 = "0.21.5" -thiserror = "1.0.53" +thiserror = "1.0.56" anyhow = "1.0.78" sha2 = "0.10.8"