From 0cdcf54c0a20bd37bb6d6dec52a35cb641de46a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 22:50:48 +0000 Subject: [PATCH] build(deps): bump anyhow from 1.0.76 to 1.0.78 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.76 to 1.0.78. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.76...1.0.78) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- openubl/api/Cargo.toml | 2 +- openubl/cli/Cargo.toml | 2 +- openubl/server/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b8425786..e047a6fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -389,9 +389,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.76" +version = "1.0.78" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59d2a3357dde987206219e78ecfbbb6e8dad06cbb65292758d3270e6254f7355" +checksum = "ca87830a3e3fb156dc96cfbd31cb620265dd053be734723f22b760d6cc3c3051" [[package]] name = "arrayvec" diff --git a/openubl/api/Cargo.toml b/openubl/api/Cargo.toml index cf485050..d05753b2 100644 --- a/openubl/api/Cargo.toml +++ b/openubl/api/Cargo.toml @@ -13,6 +13,6 @@ openubl-migration = {path = "../migration"} sea-orm = { version = "0.12", features = [ "sea-query-binder", "sqlx-postgres", "runtime-tokio-rustls", "macros" ] } sea-query = "0.30.5" async-trait = "0.1.75" -anyhow = "1.0.76" +anyhow = "1.0.78" thiserror = "1.0.50" serde_json = "1.0.108" diff --git a/openubl/cli/Cargo.toml b/openubl/cli/Cargo.toml index d8bb9954..e376cb9f 100644 --- a/openubl/cli/Cargo.toml +++ b/openubl/cli/Cargo.toml @@ -9,5 +9,5 @@ edition = "2021" openubl-server = { path = "../server" } clap = { version = "4.4.11", features = ["derive", "env"] } -anyhow = "1.0.76" +anyhow = "1.0.78" actix-web = "4.4.1" diff --git a/openubl/server/Cargo.toml b/openubl/server/Cargo.toml index 3d1fc9c1..cace6118 100644 --- a/openubl/server/Cargo.toml +++ b/openubl/server/Cargo.toml @@ -18,7 +18,7 @@ actix-web = "4.4.0" serde = { version = "1.0.193", features = ["derive"] } sea-orm = { version = "0.12.10", features = ["sqlx-postgres", "runtime-tokio-rustls", "macros"] } clap = { version = "4.4.11", features = ["derive", "env"] } -anyhow = "1.0.76" +anyhow = "1.0.78" env_logger = "0.10.1" thiserror = "1.0.50" utoipa = { version = "4.1.0", features = ["actix_extras"] }