Skip to content

Commit c3f86b8

Browse files
authored
Upgrade dependencies (#956)
1 parent 5b411a2 commit c3f86b8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ salsa-macro-rules = { version = "0.23.0", path = "components/salsa-macro-rules"
1313
salsa-macros = { version = "0.23.0", path = "components/salsa-macros", optional = true }
1414

1515
boxcar = "0.2.13"
16-
crossbeam-queue = "0.3.11"
16+
crossbeam-queue = "0.3.12"
1717
crossbeam-utils = "0.8.21"
1818
hashbrown = "0.15"
1919
hashlink = "0.10"
@@ -33,9 +33,9 @@ rayon = { version = "1.10.0", optional = true }
3333

3434
# Stuff we want Update impls for by default
3535
compact_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]
4141
default = ["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"
5959
dashmap = { version = "6", features = ["raw-api"] }
60-
eyre = "0.6.8"
60+
eyre = "0.6.12"
6161
notify-debouncer-mini = "0.4.1"
62-
ordered-float = "4.2.1"
62+
ordered-float = "5.0.0"
6363

6464
# tests/benches
6565
annotate-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"
6868
rustversion = "1.0"
69-
test-log = { version = "0.2.11", features = ["trace"] }
69+
test-log = { version = "0.2.18", features = ["trace"] }
7070
trybuild = "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]

components/salsa-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ proc-macro = true
1414
[dependencies]
1515
proc-macro2 = "1.0"
1616
quote = "1.0"
17-
syn = { version = "2.0.101", features = ["full", "visit-mut"] }
17+
syn = { version = "2.0.104", features = ["full", "visit-mut"] }
1818
synstructure = "0.13.2"

0 commit comments

Comments
 (0)