Skip to content

Commit 8594212

Browse files
chore(deps): bump addr2line from 0.26.1 to 0.27.0 (#1586)
Bumps [addr2line](https://github.com/gimli-rs/addr2line) from 0.26.1 to 0.27.0. - [Changelog](https://github.com/gimli-rs/addr2line/blob/main/CHANGELOG.md) - [Commits](gimli-rs/addr2line@v0.26.1...v0.27.0) --- updated-dependencies: - dependency-name: addr2line dependency-version: 0.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 97ed455 commit 8594212

2 files changed

Lines changed: 14 additions & 5 deletions

File tree

Cargo.lock

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

src/trace_dump/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
rust-version = "1.92"
77

88
[dependencies]
9-
addr2line = "0.26.1"
9+
addr2line = "0.27.0"
1010
# Fixes #1490 through #1495 by using upstream piet commit 618083f,
1111
# which replaces the unmaintained unic-bidi dependency with icu_properties.
1212
piet-common = { git = "https://github.com/linebender/piet", rev = "618083f8a6671c7ab8c198724487348d2ccf9a8f", features = [ "png" ] }

0 commit comments

Comments
 (0)