@@ -13,7 +13,7 @@ salsa-macro-rules = { version = "0.23.0", path = "components/salsa-macro-rules"
1313salsa-macros = { version = " 0.23.0" , path = " components/salsa-macros" , optional = true }
1414
1515boxcar = " 0.2.13"
16- crossbeam-queue = " 0.3.11 "
16+ crossbeam-queue = " 0.3.12 "
1717crossbeam-utils = " 0.8.21"
1818hashbrown = " 0.15"
1919hashlink = " 0.10"
@@ -33,9 +33,9 @@ rayon = { version = "1.10.0", optional = true }
3333
3434# Stuff we want Update impls for by default
3535compact_str = { version = " 0.9" , optional = true }
36- thin-vec = " 0.2.13 "
36+ thin-vec = " 0.2.14 "
3737
38- shuttle = { version = " 0.8.0 " , optional = true }
38+ shuttle = { version = " 0.8.1 " , optional = true }
3939
4040[features ]
4141default = [" salsa_unstable" , " rayon" , " macros" , " inventory" , " accumulator" ]
@@ -55,18 +55,18 @@ salsa-macros = { version = "=0.23.0", path = "components/salsa-macros" }
5555
5656[dev-dependencies ]
5757# examples
58- crossbeam-channel = " 0.5.14 "
58+ crossbeam-channel = " 0.5.15 "
5959dashmap = { version = " 6" , features = [" raw-api" ] }
60- eyre = " 0.6.8 "
60+ eyre = " 0.6.12 "
6161notify-debouncer-mini = " 0.4.1"
62- ordered-float = " 4.2.1 "
62+ ordered-float = " 5.0.0 "
6363
6464# tests/benches
6565annotate-snippets = " 0.11.5"
66- codspeed-criterion-compat = { version = " 2.6.0 " , default-features = false }
67- expect-test = " 1.5.0 "
66+ codspeed-criterion-compat = { version = " 3.0.5 " , default-features = false }
67+ expect-test = " 1.5.1 "
6868rustversion = " 1.0"
69- test-log = { version = " 0.2.11 " , features = [" trace" ] }
69+ test-log = { version = " 0.2.18 " , features = [" trace" ] }
7070trybuild = " 1.0"
7171
7272[target .'cfg(all(not(target_os = "windows"), not(target_os = "openbsd"), any(target_arch = "x86_64", target_arch = "aarch64", target_arch = "powerpc64")))' .dev-dependencies ]
0 commit comments