Skip to content

Commit be40ea5

Browse files
committed
[meta] update target-spec, guppy, and cargo_metadata
1 parent 06b1673 commit be40ea5

File tree

3 files changed

+39
-35
lines changed

3 files changed

+39
-35
lines changed

Cargo.lock

Lines changed: 31 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ bytes = "1.10.1"
2525
camino = "1.1.10"
2626
camino-tempfile = "1.4.1"
2727
camino-tempfile-ext = "0.3.2"
28-
cargo_metadata = "0.20.0"
28+
cargo_metadata = "0.21.0"
2929
# We specify default-no-update here because if users just run:
3030
#
3131
# cargo build --no-default-features --features default-no-update
@@ -63,7 +63,7 @@ fs-err = "3.1.1"
6363
future-queue = "0.4.0"
6464
futures = "0.3.31"
6565
globset = "0.4.16"
66-
guppy = "0.17.19"
66+
guppy = "0.17.18"
6767
hex = "0.4.3"
6868
home = "0.5.11"
6969
http = "1.3.1"

workspace-hack/Cargo.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ camino = { version = "1.1.10", default-features = false, features = ["serde1"] }
2222
clap = { version = "4.5.41", features = ["derive", "env", "unicode", "unstable-markdown", "wrap_help"] }
2323
clap_builder = { version = "4.5.41", default-features = false, features = ["color", "env", "std", "suggestions", "unicode", "usage", "wrap_help"] }
2424
either = { version = "1.15.0", features = ["use_std"] }
25+
foldhash = { version = "0.1.5" }
2526
form_urlencoded = { version = "1.2.1" }
2627
getrandom = { version = "0.3.3", default-features = false, features = ["std"] }
27-
hashbrown = { version = "0.15.4", default-features = false, features = ["allocator-api2", "inline-more"] }
28+
hashbrown = { version = "0.15.4" }
2829
indexmap = { version = "2.10.0", features = ["serde"] }
2930
log = { version = "0.4.27", default-features = false, features = ["std"] }
30-
memchr = { version = "2.7.4" }
31+
memchr = { version = "2.7.5" }
3132
miette = { version = "7.6.0", features = ["fancy"] }
3233
ppv-lite86 = { version = "0.2.21", default-features = false, features = ["simd", "std"] }
3334
rand = { version = "0.9.1" }
@@ -37,7 +38,7 @@ regex-syntax = { version = "0.8.5" }
3738
serde = { version = "1.0.219", features = ["alloc", "derive"] }
3839
serde_json = { version = "1.0.140", features = ["unbounded_depth"] }
3940
smallvec = { version = "1.15.1", default-features = false, features = ["const_generics"] }
40-
target-spec = { version = "3.4.2", default-features = false, features = ["custom", "summaries"] }
41+
target-spec = { version = "3.5.0", default-features = false, features = ["custom", "summaries"] }
4142
target-spec-miette = { version = "0.4.4", default-features = false, features = ["fixtures"] }
4243
tokio = { version = "1.46.1", features = ["fs", "io-std", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
4344
toml_edit = { version = "0.22.27", features = ["serde"] }
@@ -46,11 +47,11 @@ xxhash-rust = { version = "0.8.15", default-features = false, features = ["xxh3"
4647

4748
[build-dependencies]
4849
camino = { version = "1.1.10", default-features = false, features = ["serde1"] }
49-
memchr = { version = "2.7.4" }
50+
memchr = { version = "2.7.5" }
5051
proc-macro2 = { version = "1.0.95" }
5152
quote = { version = "1.0.40" }
5253
serde = { version = "1.0.219", features = ["alloc", "derive"] }
53-
syn = { version = "2.0.101", features = ["extra-traits", "full", "visit", "visit-mut"] }
54+
syn = { version = "2.0.104", features = ["extra-traits", "full", "visit", "visit-mut"] }
5455

5556
[target.x86_64-unknown-linux-gnu.dependencies]
5657
bitflags = { version = "2.9.1", default-features = false, features = ["std"] }

0 commit comments

Comments
 (0)