From 60451efcd69be8ca109b8145cc952e4031c0fecd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 22:17:09 +0200 Subject: [PATCH] Bump error-stack from 0.4.1 to 0.5.0 (#176) Bumps [error-stack](https://github.com/hashintel/hash) from 0.4.1 to 0.5.0. - [Release notes](https://github.com/hashintel/hash/releases) - [Commits](https://github.com/hashintel/hash/compare/error-stack@0.4.1...error-stack@0.5.0) --- updated-dependencies: - dependency-name: error-stack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- pam-direct-fallback/Cargo.toml | 2 +- pam-pin/Cargo.toml | 2 +- pam-utils/Cargo.toml | 2 +- pin-data/Cargo.toml | 2 +- pin-gen/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 623a15d..b8d8db7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -181,9 +181,9 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "error-stack" -version = "0.4.1" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27a72baa257b5e0e2de241967bc5ee8f855d6072351042688621081d66b2a76b" +checksum = "fe413319145d1063f080f27556fd30b1d70b01e2ba10c2a6e40d4be982ffc5d1" dependencies = [ "anyhow", "rustc_version", diff --git a/pam-direct-fallback/Cargo.toml b/pam-direct-fallback/Cargo.toml index 4df7485..d427203 100644 --- a/pam-direct-fallback/Cargo.toml +++ b/pam-direct-fallback/Cargo.toml @@ -13,7 +13,7 @@ pamsm = { version = "0.5", features = ["libpam"] } pam-utils = { path = "../pam-utils" } path_ratchet = "~0.3" thiserror = "1" -error-stack = "0.4" +error-stack = "0.5" birdcage = { version = "0.3", optional = true } [features] diff --git a/pam-pin/Cargo.toml b/pam-pin/Cargo.toml index 535b32d..38d0f50 100644 --- a/pam-pin/Cargo.toml +++ b/pam-pin/Cargo.toml @@ -13,7 +13,7 @@ pamsm = { version = "0.5", features = ["libpam"] } pam-utils = { path = "../pam-utils" } pin-data = { path = "../pin-data" } thiserror = "1" -error-stack = "0.4" +error-stack = "0.5" argon2 = { version = "0.5", features = ["std"] } birdcage = { version = "0.3", optional = true } diff --git a/pam-utils/Cargo.toml b/pam-utils/Cargo.toml index 76b0343..6ff2a79 100644 --- a/pam-utils/Cargo.toml +++ b/pam-utils/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" [dependencies] pamsm = { version = "0.5", features = ["libpam"] } -error-stack = "0.4" +error-stack = "0.5" [features] sandbox = [] diff --git a/pin-data/Cargo.toml b/pin-data/Cargo.toml index 816fedb..db2ada0 100644 --- a/pin-data/Cargo.toml +++ b/pin-data/Cargo.toml @@ -14,4 +14,4 @@ serde_derive = "1" toml = "0.8" argon2 = { version = "0.5", features = ["std"] } thiserror = "1" -error-stack = "0.4" +error-stack = "0.5" diff --git a/pin-gen/Cargo.toml b/pin-gen/Cargo.toml index f2e156d..5735d10 100644 --- a/pin-gen/Cargo.toml +++ b/pin-gen/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" [dependencies] pin-data = { path = "../pin-data" } thiserror = "1" -error-stack = "0.4" +error-stack = "0.5" sysexits = "0.8" argon2 = { version = "0.5", features = ["std"] } rand_core = { version = "0.6", features = ["std"] }