File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,11 @@ version = 4
4
4
5
5
[[package ]]
6
6
name = " addr2line"
7
- version = " 0.24.2 "
7
+ version = " 0.25.0 "
8
8
source = " registry+https://github.com/rust-lang/crates.io-index"
9
- checksum = " dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 "
9
+ checksum = " 9acbfca36652500c911ddb767ed433e3ed99b032b5d935be73c6923662db1d43 "
10
10
dependencies = [
11
- " compiler_builtins" ,
12
- " gimli" ,
11
+ " gimli 0.32.0" ,
13
12
" rustc-std-workspace-alloc" ,
14
13
" rustc-std-workspace-core" ,
15
14
]
@@ -124,6 +123,16 @@ dependencies = [
124
123
" rustc-std-workspace-core" ,
125
124
]
126
125
126
+ [[package ]]
127
+ name = " gimli"
128
+ version = " 0.32.0"
129
+ source = " registry+https://github.com/rust-lang/crates.io-index"
130
+ checksum = " 93563d740bc9ef04104f9ed6f86f1e3275c2cdafb95664e26584b9ca807a8ffe"
131
+ dependencies = [
132
+ " rustc-std-workspace-alloc" ,
133
+ " rustc-std-workspace-core" ,
134
+ ]
135
+
127
136
[[package ]]
128
137
name = " hashbrown"
129
138
version = " 0.15.3"
@@ -406,7 +415,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
406
415
checksum = " 8393f2782b6060a807337ff353780c1ca15206f9ba2424df18cb6e733bd7b345"
407
416
dependencies = [
408
417
" compiler_builtins" ,
409
- " gimli" ,
418
+ " gimli 0.31.1 " ,
410
419
" rustc-std-workspace-core" ,
411
420
]
412
421
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ rustc-demangle = { version = "0.1.24", features = ['rustc-dep-of-std'] }
32
32
33
33
[target .'cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp"))))' .dependencies ]
34
34
miniz_oxide = { version = " 0.8.0" , optional = true , default-features = false }
35
- addr2line = { version = " 0.24 .0" , optional = true , default-features = false }
35
+ addr2line = { version = " 0.25 .0" , optional = true , default-features = false }
36
36
37
37
[target .'cfg(not(all(windows, target_env = "msvc")))' .dependencies ]
38
38
libc = { version = " 0.2.172" , default-features = false , features = [
You can’t perform that action at this time.
0 commit comments