Skip to content

Commit c78a5ff

Browse files
committed
Bump rustc-demangle
1 parent df979dc commit c78a5ff

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ exclude = [
2727

2828
[dependencies]
2929
cfg-if = "1.0"
30-
rustc-demangle = "0.1.24"
30+
rustc-demangle = "0.1.27"
3131

3232
# Optionally enable the ability to serialize a `Backtrace`, controlled through
3333
# the `serialize-serde` feature below.

crates/as-if-std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bench = false
1313

1414
[dependencies]
1515
cfg-if = "1.0"
16-
rustc-demangle = "0.1.21"
16+
rustc-demangle = "0.1.27"
1717
libc = { version = "0.2.156", default-features = false }
1818

1919
[target.'cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp"))))'.dependencies]

0 commit comments

Comments
 (0)