Skip to content

Commit 3a18382

Browse files
LunaBorowskalcian
andauthored
chore(deps): bump anyhow and disable its backtrace feature (#632)
Co-authored-by: lcian <[email protected]>
1 parent 20a5d48 commit 3a18382

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414

1515
- fix(logs): stringify u64 attributes greater than `i64::MAX` (#846) by @lcian
1616

17+
### Dependencies
18+
19+
- chore(deps): bump `anyhow` and disable its `backtrace` feature (#632) by @LunaBorowska
20+
1721
## 0.40.0
1822

1923
### Breaking changes

Cargo.lock

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

sentry-anyhow/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ rust-version = "1.81"
1414

1515
[features]
1616
default = ["backtrace"]
17-
backtrace = ["anyhow/backtrace"]
17+
backtrace = []
1818

1919
[dependencies]
2020
sentry-backtrace = { version = "0.40.0", path = "../sentry-backtrace" }
2121
sentry-core = { version = "0.40.0", path = "../sentry-core" }
22-
anyhow = "1.0.39"
22+
anyhow = "1.0.77"
2323

2424
[dev-dependencies]
2525
sentry = { path = "../sentry", default-features = false, features = ["test"] }

0 commit comments

Comments
 (0)