about summary refs log tree commit diff
path: root/library/Cargo.lock
diff options
context:
space:
mode:
authorTrevor Gross <tmgross@umich.edu>2025-06-10 18:25:21 +0000
committerTrevor Gross <tmgross@umich.edu>2025-06-11 17:06:53 +0000
commit1f6abbb99ffbf052e56c815ba8eac2c9b9a7a75d (patch)
treeab6cc5b57334c9979a74e0f6b28360e92222197e /library/Cargo.lock
parent1ec80452b6508f915be1c5ae2667f830882029e9 (diff)
downloadrust-1f6abbb99ffbf052e56c815ba8eac2c9b9a7a75d.tar.gz
rust-1f6abbb99ffbf052e56c815ba8eac2c9b9a7a75d.zip
Upgrade the standard library `addr2line` version
0.25.0 is a breaking change only because it upgrades the `gimli`
version. It also includes a change to the `compiler-builtins` dependency
that helps with [1].

Changelog: https://github.com/gimli-rs/addr2line/blob/master/CHANGELOG.md#0250-20250611

[1]: https://github.com/rust-lang/rust/issues/142265
Diffstat (limited to 'library/Cargo.lock')
-rw-r--r--library/Cargo.lock19
1 files changed, 14 insertions, 5 deletions
diff --git a/library/Cargo.lock b/library/Cargo.lock
index f0a7f6874ba..85c0e781d1f 100644
--- a/library/Cargo.lock
+++ b/library/Cargo.lock
@@ -4,12 +4,11 @@ version = 4
 
 [[package]]
 name = "addr2line"
-version = "0.24.2"
+version = "0.25.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
+checksum = "9acbfca36652500c911ddb767ed433e3ed99b032b5d935be73c6923662db1d43"
 dependencies = [
- "compiler_builtins",
- "gimli",
+ "gimli 0.32.0",
  "rustc-std-workspace-alloc",
  "rustc-std-workspace-core",
 ]
@@ -125,6 +124,16 @@ dependencies = [
 ]
 
 [[package]]
+name = "gimli"
+version = "0.32.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "93563d740bc9ef04104f9ed6f86f1e3275c2cdafb95664e26584b9ca807a8ffe"
+dependencies = [
+ "rustc-std-workspace-alloc",
+ "rustc-std-workspace-core",
+]
+
+[[package]]
 name = "hashbrown"
 version = "0.15.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -406,7 +415,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "8393f2782b6060a807337ff353780c1ca15206f9ba2424df18cb6e733bd7b345"
 dependencies = [
  "compiler_builtins",
- "gimli",
+ "gimli 0.31.1",
  "rustc-std-workspace-core",
 ]