Skip to content

Commit bc14630

Browse files
authored
Merge pull request #54 from luisfi-dev/dependabot/cargo/error-stack-0.7.1
Bump error-stack from 0.7.0 to 0.7.1
2 parents 6f90e5c + 98e3046 commit bc14630

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ regex = "1.12.3"
2121
syn = { version = "2.0.117", features = [] }
2222

2323
[dev-dependencies]
24-
error-stack = "0.7.0"
24+
error-stack = "0.7.1"
2525

2626
[lints.rust]
2727
ambiguous_glob_reexports = "deny"

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rust-version = "1.92.0"
77
publish = false
88

99
[dependencies]
10-
error-stack = "0.7.0"
10+
error-stack = "0.7.1"
1111
error-stack-macros2 = { path = "../impl" }
1212

1313
[lints.rust]

0 commit comments

Comments
 (0)