Skip to content

Commit

Permalink
Bump error-stack from 0.4.1 to 0.5.0 (#176)
Browse files Browse the repository at this point in the history
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/[email protected]@0.5.0)

---
updated-dependencies:
- dependency-name: error-stack
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 98feb8a commit 60451ef
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pam-direct-fallback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion pam-pin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down
2 changes: 1 addition & 1 deletion pam-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"

[dependencies]
pamsm = { version = "0.5", features = ["libpam"] }
error-stack = "0.4"
error-stack = "0.5"

[features]
sandbox = []
2 changes: 1 addition & 1 deletion pin-data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion pin-gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 60451ef

Please sign in to comment.