diff --git a/Cargo.lock b/Cargo.lock index a399125febf..c105f360643 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3998,7 +3998,7 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "target-spec" -version = "3.2.2" +version = "3.3.0" dependencies = [ "cfg-expr", "guppy-workspace-hack", diff --git a/guppy/Cargo.toml b/guppy/Cargo.toml index f501ed92550..849fe4bf9ab 100644 --- a/guppy/Cargo.toml +++ b/guppy/Cargo.toml @@ -50,7 +50,7 @@ serde = { version = "1.0.216", features = ["derive"] } serde_json = "1.0.134" smallvec = "1.13.2" static_assertions = "1.1.0" -target-spec = { version = "3.2.2", path = "../target-spec" } +target-spec = { version = "3.3.0", path = "../target-spec" } toml = { version = "0.5.11", optional = true, features = ["preserve_order"] } guppy-workspace-hack.workspace = true diff --git a/target-spec-miette/Cargo.toml b/target-spec-miette/Cargo.toml index a1dff5205a4..479d6bea8e7 100644 --- a/target-spec-miette/Cargo.toml +++ b/target-spec-miette/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" rust-version.workspace = true [dependencies] -target-spec = { version = "3.2.2", path = "../target-spec" } +target-spec = { version = "3.3.0", path = "../target-spec" } miette.workspace = true guppy-workspace-hack.workspace = true @@ -20,7 +20,7 @@ guppy-workspace-hack.workspace = true datatest-stable.workspace = true insta.workspace = true miette = { workspace = true, features = ["fancy"] } -target-spec = { version = "3.2.2", path = "../target-spec", features = ["custom"] } +target-spec = { version = "3.3.0", path = "../target-spec", features = ["custom"] } [lints] workspace = true diff --git a/target-spec/Cargo.toml b/target-spec/Cargo.toml index b08bb411ef1..94f2e626a91 100644 --- a/target-spec/Cargo.toml +++ b/target-spec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "target-spec" -version = "3.2.2" +version = "3.3.0" description = "Evaluate Cargo.toml target specifications" documentation = "https://docs.rs/target-spec" repository = "https://github.com/guppy-rs/guppy" diff --git a/tools/hakari/Cargo.toml b/tools/hakari/Cargo.toml index 99bc4887a59..2f3c5aafe5e 100644 --- a/tools/hakari/Cargo.toml +++ b/tools/hakari/Cargo.toml @@ -43,7 +43,7 @@ proptest-derive = { version = "0.5.1", optional = true } rayon = "1.10.0" serde = { version = "1.0.216", features = ["derive"], optional = true } tabular = { version = "0.2.0", features = ["ansi-cell"], optional = true } -target-spec = { version = "3.2.2", path = "../../target-spec" } +target-spec = { version = "3.3.0", path = "../../target-spec" } toml = { version = "0.5.11", optional = true } toml_edit = "0.17.1" twox-hash = { version = "1.6.3", default-features = false }