@@ -4,12 +4,12 @@ version = 3
44
55[[package ]]
66name = " addr2line"
7- version = " 0.21 .0"
7+ version = " 0.22 .0"
88source = " registry+https://github.com/rust-lang/crates.io-index"
9- checksum = " 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb "
9+ checksum = " 6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678 "
1010dependencies = [
1111 " compiler_builtins" ,
12- " gimli" ,
12+ " gimli 0.29.0 " ,
1313 " rustc-std-workspace-alloc" ,
1414 " rustc-std-workspace-core" ,
1515]
@@ -133,6 +133,17 @@ dependencies = [
133133 " rustc-std-workspace-core" ,
134134]
135135
136+ [[package ]]
137+ name = " gimli"
138+ version = " 0.29.0"
139+ source = " registry+https://github.com/rust-lang/crates.io-index"
140+ checksum = " 40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
141+ dependencies = [
142+ " compiler_builtins" ,
143+ " rustc-std-workspace-alloc" ,
144+ " rustc-std-workspace-core" ,
145+ ]
146+
136147[[package ]]
137148name = " hashbrown"
138149version = " 0.14.3"
@@ -286,9 +297,9 @@ dependencies = [
286297
287298[[package ]]
288299name = " rustc-demangle"
289- version = " 0.1.23 "
300+ version = " 0.1.24 "
290301source = " registry+https://github.com/rust-lang/crates.io-index"
291- checksum = " d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76 "
302+ checksum = " 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f "
292303dependencies = [
293304 " compiler_builtins" ,
294305 " rustc-std-workspace-core" ,
@@ -430,7 +441,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
430441checksum = " 37a19a21a537f635c16c7576f22d0f2f7d63353c1337ad4ce0d8001c7952a25b"
431442dependencies = [
432443 " compiler_builtins" ,
433- " gimli" ,
444+ " gimli 0.28.1 " ,
434445 " rustc-std-workspace-core" ,
435446]
436447
0 commit comments