From 0a4ecc2b8cbb193da8b867e01e581a77fcd230a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Dec 2023 10:33:36 +0000 Subject: [PATCH] build(deps): bump anyhow from 1.0.76 to 1.0.77 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.76 to 1.0.77. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.76...1.0.77) --- 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..1c11d7d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -389,9 +389,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.76" +version = "1.0.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59d2a3357dde987206219e78ecfbbb6e8dad06cbb65292758d3270e6254f7355" +checksum = "c9d19de80eff169429ac1e9f48fffb163916b448a44e8e046186232046d9e1f9" [[package]] name = "arrayvec" diff --git a/openubl/api/Cargo.toml b/openubl/api/Cargo.toml index cf485050..f00e8321 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.77" thiserror = "1.0.50" serde_json = "1.0.108" diff --git a/openubl/cli/Cargo.toml b/openubl/cli/Cargo.toml index d8bb9954..3a3d9247 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.77" actix-web = "4.4.1" diff --git a/openubl/server/Cargo.toml b/openubl/server/Cargo.toml index 3d1fc9c1..733c9b2c 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.77" env_logger = "0.10.1" thiserror = "1.0.50" utoipa = { version = "4.1.0", features = ["actix_extras"] }