update boxcar (#910)
Some checks are pending
Book / Book (push) Waiting to run
Book / Deploy (push) Blocked by required conditions
Release-plz / Release-plz release (push) Waiting to run
Release-plz / Release-plz PR (push) Waiting to run
Test / Benchmarks (push) Waiting to run
Test / Test (push) Waiting to run
Test / Miri (push) Waiting to run
Test / Shuttle (push) Waiting to run

This commit is contained in:
Ibraheem Ahmed 2025-06-11 16:41:01 -04:00 committed by GitHub
parent dc9066d667
commit 09627e4505
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ description = "A generic framework for on-demand, incrementalized computation (e
salsa-macro-rules = { version = "0.22.0", path = "components/salsa-macro-rules" }
salsa-macros = { version = "0.22.0", path = "components/salsa-macros", optional = true }
boxcar = { version = "0.2.12" }
boxcar = "0.2.13"
crossbeam-queue = "0.3.11"
crossbeam-utils = "0.8.21"
hashbrown = "0.15"