From 46fe1136215b2fcd76aa1fc30e95cd7ce1aa72ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 10:33:25 -0600 Subject: [PATCH] chore(deps): bump anyhow from 1.0.70 to 1.0.71 (#84) Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.70 to 1.0.71. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.70...1.0.71) --- updated-dependencies: - dependency-name: anyhow 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 | 6 +++--- apps/server/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a7f4d0..0d64e73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -268,9 +268,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.70" +version = "1.0.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" +checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" [[package]] name = "assert-json-diff" @@ -1866,7 +1866,7 @@ version = "0.11.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55" dependencies = [ - "base64 0.21.0", + "base64 0.21.2", "bytes", "encoding_rs", "futures-core", diff --git a/apps/server/Cargo.toml b/apps/server/Cargo.toml index ca85836..802ddfe 100644 --- a/apps/server/Cargo.toml +++ b/apps/server/Cargo.toml @@ -15,7 +15,7 @@ actix-cors = "0.6.4" actix-utils = "3.0.1" actix-web = "4.3.1" actix-web-httpauth = "0.8.0" -anyhow = "1.0.70" +anyhow = "1.0.71" base64 = "0.21.2" config = "0.13.3" jsonwebtoken = "8.3.0"