File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5958,9 +5958,9 @@ dependencies = [
5958
5958
5959
5959
[[package ]]
5960
5960
name = " lru"
5961
- version = " 0.15.0 "
5961
+ version = " 0.16.1 "
5962
5962
source = " registry+https://github.com/rust-lang/crates.io-index"
5963
- checksum = " 0281c2e25e62316a5c9d98f2d2e9e95a37841afdaf4383c177dbb5c1dfab0568 "
5963
+ checksum = " bfe949189f46fabb938b3a9a0be30fdd93fd8a09260da863399a8cf3db756ec8 "
5964
5964
dependencies = [
5965
5965
" hashbrown 0.15.4" ,
5966
5966
]
@@ -12676,9 +12676,9 @@ dependencies = [
12676
12676
12677
12677
[[package ]]
12678
12678
name = " walkers"
12679
- version = " 0.43 .0"
12679
+ version = " 0.45 .0"
12680
12680
source = " registry+https://github.com/rust-lang/crates.io-index"
12681
- checksum = " 1959f265e0ea31bfb2293639cb6a61fc656c63cee8b93f4db5db03ba2691e555 "
12681
+ checksum = " 812f4b53123ac81952ae1848c7a3b1c40f4adbaff83946dfc429d69720d77e23 "
12682
12682
dependencies = [
12683
12683
" egui" ,
12684
12684
" egui_extras" ,
@@ -12687,7 +12687,7 @@ dependencies = [
12687
12687
" http-cache-reqwest" ,
12688
12688
" image" ,
12689
12689
" log" ,
12690
- " lru 0.15.0 " ,
12690
+ " lru 0.16.1 " ,
12691
12691
" reqwest" ,
12692
12692
" reqwest-middleware" ,
12693
12693
" thiserror 2.0.12" ,
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ egui_table = "0.4" # https://github.com/rerun-io/egui_table
185
185
egui_tiles = " 0.13" # https://github.com/rerun-io/egui_tiles
186
186
egui-wgpu = " 0.32.3"
187
187
emath = " 0.32.3"
188
- walkers = " 0.43 "
188
+ walkers = " 0.45 "
189
189
190
190
# All of our direct external dependencies should be found here:
191
191
ahash = " 0.8"
You can’t perform that action at this time.
0 commit comments