about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-07-30 22:31:52 +0000
committerbors <bors@rust-lang.org>2023-07-30 22:31:52 +0000
commitd4145eeef476abee0faebf6649dc02c6a6440e1e (patch)
tree9cd2f281ba82a78491bc2d086276955925ce23cd /src
parenta17c7968b727d8413801961fc4e89869b6ab00d3 (diff)
parent7b3d1b775fbfc0bc297eaefa707e50c2d256ce5e (diff)
downloadrust-d4145eeef476abee0faebf6649dc02c6a6440e1e.tar.gz
rust-d4145eeef476abee0faebf6649dc02c6a6440e1e.zip
Auto merge of #112843 - chenyukang:yukang-more-on-backtrace, r=workingjubilee
Print omitted frames count for short backtrace mode

Fixes #111730
Diffstat (limited to 'src')
-rw-r--r--src/tools/build-manifest/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/build-manifest/Cargo.toml b/src/tools/build-manifest/Cargo.toml
index 6c3b5bb00a3..7e0c4bee2b3 100644
--- a/src/tools/build-manifest/Cargo.toml
+++ b/src/tools/build-manifest/Cargo.toml
@@ -8,7 +8,7 @@ toml = "0.5"
 serde = { version = "1.0", features = ["derive"] }
 serde_json = "1.0"
 anyhow = "1.0.32"
-flate2 = "1.0.16"
+flate2 = "1.0.26"
 xz2 = "0.1.7"
 tar = "0.4.29"
 sha2 = "0.10.1"