From 849180c739a59ba4ab04773d34e328d54beeacd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 18:59:31 +0000 Subject: [PATCH] build(deps): bump anyhow from 1.0.52 to 1.0.69 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.52 to 1.0.69. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.52...1.0.69) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- fip_api/Cargo.toml | 2 +- fip_at/Cargo.toml | 2 +- fip_jwks/Cargo.toml | 2 +- fip_rt/Cargo.toml | 2 +- fip_user/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ad1a36b..5624018 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -24,9 +24,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.52" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84450d0b4a8bd1ba4144ce8ce718fbc5d071358b1e5384bace6536b3d1f2d5b3" +checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" [[package]] name = "async-channel" diff --git a/fip_api/Cargo.toml b/fip_api/Cargo.toml index c8f6b96..176a078 100644 --- a/fip_api/Cargo.toml +++ b/fip_api/Cargo.toml @@ -25,7 +25,7 @@ required-features = [] # Features required to build this target (N/A for lib). tonic-build = { default-features = false, version = "0.6.2" } [dependencies] -anyhow = { default-features = false, features = ["std"], version = "1.0.52" } +anyhow = { default-features = false, features = ["std"], version = "1.0.69" } casbin = { default-features = false, features = ["runtime-async-std", "tokio"], version = "2.0.9" } chrono = { default-features = false, version = "0.4.19" } dotenv = { default-features = false, version = "0.15.0" } diff --git a/fip_at/Cargo.toml b/fip_at/Cargo.toml index b6406f9..01ea3b9 100644 --- a/fip_at/Cargo.toml +++ b/fip_at/Cargo.toml @@ -25,7 +25,7 @@ required-features = [] # Features required to build this target (N/A for lib). tonic-build = { default-features = false, version = "0.6.2" } [dependencies] -anyhow = { default-features = false, features = ["std"], version = "1.0.52" } +anyhow = { default-features = false, features = ["std"], version = "1.0.69" } chrono = { default-features = false, version = "0.4.19" } dotenv = { default-features = false, version = "0.15.0" } envy = { default-features = false, version = "0.4.2" } diff --git a/fip_jwks/Cargo.toml b/fip_jwks/Cargo.toml index e0edb14..bbcaaa8 100644 --- a/fip_jwks/Cargo.toml +++ b/fip_jwks/Cargo.toml @@ -25,7 +25,7 @@ required-features = [] # Features required to build this target (N/A for lib). tonic-build = { default-features = false, version = "0.6.2" } [dependencies] -anyhow = { default-features = false, features = ["std"], version = "1.0.52" } +anyhow = { default-features = false, features = ["std"], version = "1.0.69" } # chrono = { default-features = false, version = "0.4.19" } dotenv = { default-features = false, version = "0.15.0" } envy = { default-features = false, version = "0.4.2" } diff --git a/fip_rt/Cargo.toml b/fip_rt/Cargo.toml index 0a383ef..de7f16c 100644 --- a/fip_rt/Cargo.toml +++ b/fip_rt/Cargo.toml @@ -25,7 +25,7 @@ required-features = [] # Features required to build this target (N/A for lib). tonic-build = { default-features = false, version = "0.6.2" } [dependencies] -anyhow = { default-features = false, features = ["std"], version = "1.0.52" } +anyhow = { default-features = false, features = ["std"], version = "1.0.69" } chrono = { default-features = false, version = "0.4.19" } dotenv = { default-features = false, version = "0.15.0" } envy = { default-features = false, version = "0.4.2" } diff --git a/fip_user/Cargo.toml b/fip_user/Cargo.toml index b79a460..4073f1e 100644 --- a/fip_user/Cargo.toml +++ b/fip_user/Cargo.toml @@ -25,7 +25,7 @@ required-features = [] # Features required to build this target (N/A for lib). tonic-build = "0.6.2" [dependencies] -anyhow = { default-features = false, features = ["std"], version = "1.0.52" } +anyhow = { default-features = false, features = ["std"], version = "1.0.69" } # chrono = { default-features = false, version = "0.4.19" } dotenv = { default-features = false, version = "0.15.0" } envy = { default-features = false, version = "0.4.2" }