Skip to content

Commit 364869b

Browse files
podusowskiemilk
andauthored
Walkers updated to 0.45 (#11428)
Co-authored-by: Emil Ernerfeldt <[email protected]>
1 parent 0352746 commit 364869b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5958,9 +5958,9 @@ dependencies = [
59585958

59595959
[[package]]
59605960
name = "lru"
5961-
version = "0.15.0"
5961+
version = "0.16.1"
59625962
source = "registry+https://github.com/rust-lang/crates.io-index"
5963-
checksum = "0281c2e25e62316a5c9d98f2d2e9e95a37841afdaf4383c177dbb5c1dfab0568"
5963+
checksum = "bfe949189f46fabb938b3a9a0be30fdd93fd8a09260da863399a8cf3db756ec8"
59645964
dependencies = [
59655965
"hashbrown 0.15.4",
59665966
]
@@ -12676,9 +12676,9 @@ dependencies = [
1267612676

1267712677
[[package]]
1267812678
name = "walkers"
12679-
version = "0.43.0"
12679+
version = "0.45.0"
1268012680
source = "registry+https://github.com/rust-lang/crates.io-index"
12681-
checksum = "1959f265e0ea31bfb2293639cb6a61fc656c63cee8b93f4db5db03ba2691e555"
12681+
checksum = "812f4b53123ac81952ae1848c7a3b1c40f4adbaff83946dfc429d69720d77e23"
1268212682
dependencies = [
1268312683
"egui",
1268412684
"egui_extras",
@@ -12687,7 +12687,7 @@ dependencies = [
1268712687
"http-cache-reqwest",
1268812688
"image",
1268912689
"log",
12690-
"lru 0.15.0",
12690+
"lru 0.16.1",
1269112691
"reqwest",
1269212692
"reqwest-middleware",
1269312693
"thiserror 2.0.12",

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ egui_table = "0.4" # https://github.com/rerun-io/egui_table
185185
egui_tiles = "0.13" # https://github.com/rerun-io/egui_tiles
186186
egui-wgpu = "0.32.3"
187187
emath = "0.32.3"
188-
walkers = "0.43"
188+
walkers = "0.45"
189189

190190
# All of our direct external dependencies should be found here:
191191
ahash = "0.8"

0 commit comments

Comments
 (0)