From a24a531342fd28aed5f8f430745bd57412b743fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 11:13:58 +0000 Subject: [PATCH] Bump anyhow from 1.0.48 to 1.0.50 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.48 to 1.0.50. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.48...1.0.50) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- backend/Cargo.toml | 2 +- frontend/Cargo.toml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index facdf8b05..994789515 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -399,9 +399,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.48" +version = "1.0.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62e1f47f7dc0422027a4e370dd4548d4d66b26782e513e98dca1e689e058a80e" +checksum = "ecc78c299ae753905840c5d3ba036c51f61ce5a98a83f98d9c9d29dffd427f71" [[package]] name = "anymap" diff --git a/Cargo.toml b/Cargo.toml index a4639a40e..d5f7ae77c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ maintenance = { status = "actively-developed" } [dependencies] diesel = { version = "1.4.8", optional = true } -anyhow = "1.0.48" +anyhow = "1.0.50" serde = { version = "1.0.130", features = ["derive"] } toml = "0.5.8" diff --git a/backend/Cargo.toml b/backend/Cargo.toml index c0316a27d..ccd41f362 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -32,7 +32,7 @@ actix = "0.10.0" actix-cors = "0.5.4" actix-files = "0.5.0" actix-web = { version = "3.3.2", features = ["openssl"] } -anyhow = "1.0.48" +anyhow = "1.0.50" bytes = "1.1.0" clap = { version = "2.33.3", features = ["yaml"] } diesel = { version = "1.4.8", features = ["r2d2", "postgres"] } diff --git a/frontend/Cargo.toml b/frontend/Cargo.toml index 4af8d74cd..249370edb 100644 --- a/frontend/Cargo.toml +++ b/frontend/Cargo.toml @@ -21,13 +21,13 @@ maintenance = { status = "actively-developed" } crate-type = ["cdylib", "rlib"] [build-dependencies] -anyhow = "1.0.48" +anyhow = "1.0.50" sass-rs = "0.2.2" url = "2.2.2" webapp = { version = "1.0.0", path = ".." } [dependencies] -anyhow = "1.0.48" +anyhow = "1.0.50" log = "0.4.14" serde = { version = "1.0.130", features = ["derive"] } stdweb = "0.4.20"