From 445cc07c62ba91bae59fb5dddcd59274b045d1b4 Mon Sep 17 00:00:00 2001 From: "pavex-releaser[bot]" Date: Tue, 26 Nov 2024 09:57:23 +0000 Subject: [PATCH] Disable workspace hack before a release --- libs/Cargo.lock | 84 -------------- libs/generate_from_path/Cargo.toml | 1 - libs/pavex/Cargo.toml | 1 - libs/pavex_bp_schema/Cargo.toml | 1 - libs/pavex_cli/Cargo.toml | 1 - libs/pavex_cli_client/Cargo.toml | 1 - libs/pavex_cli_deps/Cargo.toml | 1 - libs/pavex_macros/Cargo.toml | 1 - libs/pavex_miette/Cargo.toml | 1 - libs/pavex_reflection/Cargo.toml | 1 - libs/pavex_session/Cargo.toml | 1 - libs/pavex_session_memory_store/Cargo.toml | 1 - libs/pavex_session_sqlx/Cargo.toml | 1 - libs/pavex_test_runner/Cargo.toml | 1 - libs/pavex_tracing/Cargo.toml | 1 - libs/pavexc/Cargo.toml | 1 - libs/pavexc_cli/Cargo.toml | 1 - libs/pavexc_cli_client/Cargo.toml | 1 - libs/pavexc_rustdoc_types/Cargo.toml | 1 - libs/persist_if_changed/Cargo.toml | 1 - libs/px_workspace_hack/Cargo.toml | 128 +-------------------- 21 files changed, 3 insertions(+), 228 deletions(-) diff --git a/libs/Cargo.lock b/libs/Cargo.lock index e2c444324..24bf1b22c 100644 --- a/libs/Cargo.lock +++ b/libs/Cargo.lock @@ -1154,7 +1154,6 @@ dependencies = [ "liquid", "liquid-core", "path-absolutize", - "px_workspace_hack", "regex", "sanitize-filename", "tempfile", @@ -2372,7 +2371,6 @@ dependencies = [ "percent-encoding", "persist_if_changed", "pin-project-lite", - "px_workspace_hack", "reqwest", "ron", "serde", @@ -2395,7 +2393,6 @@ name = "pavex_bp_schema" version = "0.1.54" dependencies = [ "pavex_reflection", - "px_workspace_hack", "serde", ] @@ -2423,7 +2420,6 @@ dependencies = [ "pavexc", "pavexc_cli_client", "pem", - "px_workspace_hack", "redact", "remove_dir_all", "reqwest", @@ -2460,7 +2456,6 @@ version = "0.1.54" dependencies = [ "anyhow", "pavex", - "px_workspace_hack", "thiserror 2.0.3", ] @@ -2470,7 +2465,6 @@ version = "0.1.54" dependencies = [ "anyhow", "cargo-like-utils", - "px_workspace_hack", ] [[package]] @@ -2479,7 +2473,6 @@ version = "0.1.54" dependencies = [ "pavex", "proc-macro2", - "px_workspace_hack", "quote", "serde", "syn", @@ -2492,7 +2485,6 @@ version = "0.1.54" dependencies = [ "miette", "owo-colors", - "px_workspace_hack", "supports-color", "supports-hyperlinks", "supports-unicode", @@ -2505,7 +2497,6 @@ dependencies = [ name = "pavex_reflection" version = "0.1.54" dependencies = [ - "px_workspace_hack", "serde", ] @@ -2518,7 +2509,6 @@ dependencies = [ "humantime-serde", "pavex", "pavex_tracing", - "px_workspace_hack", "serde", "serde_json", "thiserror 2.0.3", @@ -2534,7 +2524,6 @@ version = "0.1.54" dependencies = [ "async-trait", "pavex_session", - "px_workspace_hack", "serde_json", "time", "tokio", @@ -2550,7 +2539,6 @@ dependencies = [ "pavex_session", "pavex_session_sqlx", "pavex_tracing", - "px_workspace_hack", "serde_json", "sqlx", "time", @@ -2577,7 +2565,6 @@ dependencies = [ "once_cell", "pavexc", "persist_if_changed", - "px_workspace_hack", "rayon", "regex", "serde", @@ -2595,7 +2582,6 @@ name = "pavex_tracing" version = "0.1.54" dependencies = [ "pavex", - "px_workspace_hack", "tracing", ] @@ -2629,7 +2615,6 @@ dependencies = [ "petgraph", "prettyplease", "proc-macro2", - "px_workspace_hack", "quote", "r2d2", "r2d2_sqlite", @@ -2671,7 +2656,6 @@ dependencies = [ "pavex_miette", "pavexc", "pavexc_cli_client", - "px_workspace_hack", "ron", "serde", "serde_json", @@ -2691,7 +2675,6 @@ version = "0.1.54" dependencies = [ "anyhow", "pavex", - "px_workspace_hack", "thiserror 2.0.3", ] @@ -2699,7 +2682,6 @@ dependencies = [ name = "pavexc_rustdoc_types" version = "0.1.54" dependencies = [ - "px_workspace_hack", "rustc-hash", "serde", ] @@ -2745,7 +2727,6 @@ version = "0.1.54" dependencies = [ "anyhow", "fs-err", - "px_workspace_hack", "sha2", "tracing", ] @@ -2908,71 +2889,6 @@ dependencies = [ [[package]] name = "px_workspace_hack" version = "0.1.0" -dependencies = [ - "ahash", - "aho-corasick", - "base64 0.22.1", - "bitflags 2.6.0", - "byteorder", - "cc", - "clap", - "clap_builder", - "console", - "crossbeam-utils", - "crypto-common", - "deranged", - "digest", - "either", - "fixedbitset", - "form_urlencoded", - "futures-channel", - "futures-core", - "futures-io", - "futures-sink", - "futures-util", - "getrandom", - "hashbrown 0.14.5", - "hmac", - "idna", - "indexmap", - "log", - "memchr", - "miette", - "num-traits", - "percent-encoding", - "petgraph", - "proc-macro2", - "quote", - "rand", - "regex", - "regex-automata 0.4.9", - "regex-syntax 0.8.5", - "reqwest", - "serde", - "serde_json", - "sha2", - "smallvec", - "sqlx", - "sqlx-core", - "sqlx-macros", - "sqlx-macros-core", - "sqlx-postgres", - "stable_deref_trait", - "subtle", - "syn", - "time", - "time-macros", - "tokio", - "toml", - "toml_edit", - "tracing", - "tracing-core", - "tracing-log", - "url", - "uuid", - "zerocopy", - "zeroize", -] [[package]] name = "quinn" diff --git a/libs/generate_from_path/Cargo.toml b/libs/generate_from_path/Cargo.toml index 6a56e436e..d7468539b 100644 --- a/libs/generate_from_path/Cargo.toml +++ b/libs/generate_from_path/Cargo.toml @@ -20,4 +20,3 @@ indicatif = { workspace = true } walkdir = { workspace = true } sanitize-filename = { workspace = true } regex = { workspace = true } -px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" } diff --git a/libs/pavex/Cargo.toml b/libs/pavex/Cargo.toml index a0a202a61..d0e988402 100644 --- a/libs/pavex/Cargo.toml +++ b/libs/pavex/Cargo.toml @@ -78,7 +78,6 @@ hyper-util = { workspace = true, features = [ ], optional = true } socket2 = { workspace = true, optional = true } smallvec = { workspace = true } -px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" } [dev-dependencies] tokio = { workspace = true, features = ["macros"] } diff --git a/libs/pavex_bp_schema/Cargo.toml b/libs/pavex_bp_schema/Cargo.toml index 9e0e9c7e7..d37b80ba0 100644 --- a/libs/pavex_bp_schema/Cargo.toml +++ b/libs/pavex_bp_schema/Cargo.toml @@ -10,4 +10,3 @@ license.workspace = true [dependencies] serde = { workspace = true, features = ["derive"] } pavex_reflection = { path = "../pavex_reflection", version = "=0.1.54" } -px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" } diff --git a/libs/pavex_cli/Cargo.toml b/libs/pavex_cli/Cargo.toml index 8ff84d53a..455d6e5b4 100644 --- a/libs/pavex_cli/Cargo.toml +++ b/libs/pavex_cli/Cargo.toml @@ -65,7 +65,6 @@ jsonwebtoken = { workspace = true } ring = { workspace = true } pem = { workspace = true } time = { workspace = true } -px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" } [dev-dependencies] pavex_test_runner = { path = "../pavex_test_runner" } diff --git a/libs/pavex_cli_client/Cargo.toml b/libs/pavex_cli_client/Cargo.toml index f301daee9..c2b26e990 100644 --- a/libs/pavex_cli_client/Cargo.toml +++ b/libs/pavex_cli_client/Cargo.toml @@ -11,4 +11,3 @@ license.workspace = true anyhow = { workspace = true } pavex = { path = "../pavex", version = "0.1.54" } thiserror = { workspace = true } -px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" } diff --git a/libs/pavex_cli_deps/Cargo.toml b/libs/pavex_cli_deps/Cargo.toml index 8b1e143e9..87312b695 100644 --- a/libs/pavex_cli_deps/Cargo.toml +++ b/libs/pavex_cli_deps/Cargo.toml @@ -10,4 +10,3 @@ version.workspace = true [dependencies] anyhow = { workspace = true } cargo-like-utils = { workspace = true } -px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" } diff --git a/libs/pavex_macros/Cargo.toml b/libs/pavex_macros/Cargo.toml index d8b65938f..72b80376c 100644 --- a/libs/pavex_macros/Cargo.toml +++ b/libs/pavex_macros/Cargo.toml @@ -14,7 +14,6 @@ proc-macro = true proc-macro2 = { workspace = true } quote = { workspace = true } syn = { workspace = true } -px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" } [dev-dependencies] trybuild = { workspace = true } diff --git a/libs/pavex_miette/Cargo.toml b/libs/pavex_miette/Cargo.toml index 81843e0fb..72d35f0f3 100644 --- a/libs/pavex_miette/Cargo.toml +++ b/libs/pavex_miette/Cargo.toml @@ -16,4 +16,3 @@ supports-hyperlinks = { workspace = true } supports-color = { workspace = true } supports-unicode = { workspace = true } terminal_size = { workspace = true } -px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" } diff --git a/libs/pavex_reflection/Cargo.toml b/libs/pavex_reflection/Cargo.toml index 4c141f3ab..13b3cac7f 100644 --- a/libs/pavex_reflection/Cargo.toml +++ b/libs/pavex_reflection/Cargo.toml @@ -9,4 +9,3 @@ license.workspace = true [dependencies] serde = { workspace = true, features = ["derive"] } -px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" } diff --git a/libs/pavex_session/Cargo.toml b/libs/pavex_session/Cargo.toml index 60fff0e45..6d6f97d99 100644 --- a/libs/pavex_session/Cargo.toml +++ b/libs/pavex_session/Cargo.toml @@ -22,4 +22,3 @@ time = { workspace = true, features = ["std"] } tokio = { workspace = true, features = ["rt"] } async-trait = { workspace = true } thiserror = { workspace = true } -px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" } diff --git a/libs/pavex_session_memory_store/Cargo.toml b/libs/pavex_session_memory_store/Cargo.toml index 20c501400..44dcaa38a 100644 --- a/libs/pavex_session_memory_store/Cargo.toml +++ b/libs/pavex_session_memory_store/Cargo.toml @@ -14,4 +14,3 @@ serde_json = { workspace = true } async-trait = { workspace = true } tokio = { workspace = true, features = ["sync"] } tracing = { workspace = true } -px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" } diff --git a/libs/pavex_session_sqlx/Cargo.toml b/libs/pavex_session_sqlx/Cargo.toml index f18d05819..55ca43d2a 100644 --- a/libs/pavex_session_sqlx/Cargo.toml +++ b/libs/pavex_session_sqlx/Cargo.toml @@ -22,7 +22,6 @@ tokio = { workspace = true, features = ["sync"] } tracing = { workspace = true } anyhow = { workspace = true } sqlx = { workspace = true, features = ["uuid", "time"] } -px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" } [dev-dependencies] pavex_session_sqlx = { path = ".", version = "0.1.54", features = ["postgres"] } diff --git a/libs/pavex_test_runner/Cargo.toml b/libs/pavex_test_runner/Cargo.toml index 2191d78ba..d5db5dea8 100644 --- a/libs/pavex_test_runner/Cargo.toml +++ b/libs/pavex_test_runner/Cargo.toml @@ -41,4 +41,3 @@ once_cell = { workspace = true } pavexc = { path = "../pavexc" } guppy = { workspace = true } rayon = { workspace = true } -px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" } diff --git a/libs/pavex_tracing/Cargo.toml b/libs/pavex_tracing/Cargo.toml index 6985f2de6..654df4b65 100644 --- a/libs/pavex_tracing/Cargo.toml +++ b/libs/pavex_tracing/Cargo.toml @@ -12,4 +12,3 @@ readme = "README.md" [dependencies] tracing = { workspace = true, features = ["std"] } pavex = { version = "0.1.54", path = "../pavex" } -px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" } diff --git a/libs/pavexc/Cargo.toml b/libs/pavexc/Cargo.toml index ff694bda0..7fa79d071 100644 --- a/libs/pavexc/Cargo.toml +++ b/libs/pavexc/Cargo.toml @@ -64,7 +64,6 @@ r2d2 = { workspace = true } bincode = { workspace = true } rayon = { workspace = true } num_cpus = { workspace = true } -px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" } [dev-dependencies] insta = { workspace = true } diff --git a/libs/pavexc_cli/Cargo.toml b/libs/pavexc_cli/Cargo.toml index 539650330..8efe4f1c1 100644 --- a/libs/pavexc_cli/Cargo.toml +++ b/libs/pavexc_cli/Cargo.toml @@ -39,7 +39,6 @@ tempfile = { workspace = true } better-panic = { workspace = true } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } -px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" } [build-dependencies] vergen-gitcl = { workspace = true } diff --git a/libs/pavexc_cli_client/Cargo.toml b/libs/pavexc_cli_client/Cargo.toml index f27b525c8..275e06db1 100644 --- a/libs/pavexc_cli_client/Cargo.toml +++ b/libs/pavexc_cli_client/Cargo.toml @@ -11,4 +11,3 @@ license.workspace = true anyhow = { workspace = true } pavex = { path = "../pavex", version = "0.1.54" } thiserror = { workspace = true } -px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" } diff --git a/libs/pavexc_rustdoc_types/Cargo.toml b/libs/pavexc_rustdoc_types/Cargo.toml index 63abecbb8..170d726cd 100644 --- a/libs/pavexc_rustdoc_types/Cargo.toml +++ b/libs/pavexc_rustdoc_types/Cargo.toml @@ -10,4 +10,3 @@ keywords = ["pavexc", "rustdoc-json"] [dependencies] serde = { workspace = true, features = ["derive"] } rustc-hash = { workspace = true } -px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" } diff --git a/libs/persist_if_changed/Cargo.toml b/libs/persist_if_changed/Cargo.toml index 157c33a61..35503ac6b 100644 --- a/libs/persist_if_changed/Cargo.toml +++ b/libs/persist_if_changed/Cargo.toml @@ -12,4 +12,3 @@ tracing = { workspace = true, default-features = true } fs-err = { workspace = true } sha2 = { workspace = true } anyhow = { workspace = true } -px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" } diff --git a/libs/px_workspace_hack/Cargo.toml b/libs/px_workspace_hack/Cargo.toml index 0e9c94d7f..ad354e0e4 100644 --- a/libs/px_workspace_hack/Cargo.toml +++ b/libs/px_workspace_hack/Cargo.toml @@ -16,130 +16,8 @@ license.workspace = true # are managed by hakari. ### BEGIN HAKARI SECTION -[dependencies] -ahash = { version = "0.8" } -aho-corasick = { version = "1" } -base64 = { version = "0.22" } -bitflags = { version = "2", default-features = false, features = ["serde"] } -byteorder = { version = "1" } -clap = { version = "4", features = ["derive", "env"] } -clap_builder = { version = "4", default-features = false, features = ["color", "env", "help", "std", "suggestions", "usage"] } -console = { version = "0.15" } -crossbeam-utils = { version = "0.8" } -crypto-common = { version = "0.1", default-features = false, features = ["getrandom", "std"] } -deranged = { version = "0.3", default-features = false, features = ["powerfmt", "serde", "std"] } -digest = { version = "0.10", features = ["mac", "std"] } -either = { version = "1", features = ["serde"] } -fixedbitset = { version = "0.4" } -form_urlencoded = { version = "1" } -futures-channel = { version = "0.3", features = ["sink"] } -futures-core = { version = "0.3" } -futures-io = { version = "0.3" } -futures-sink = { version = "0.3" } -futures-util = { version = "0.3", features = ["channel", "io", "sink"] } -getrandom = { version = "0.2", default-features = false, features = ["std"] } -hashbrown = { version = "0.14" } -hmac = { version = "0.12", default-features = false, features = ["reset"] } -idna = { version = "1", default-features = false, features = ["compiled_data", "std"] } -indexmap = { version = "2", features = ["serde"] } -log = { version = "0.4", default-features = false, features = ["std"] } -memchr = { version = "2" } -miette = { version = "7", features = ["fancy"] } -num-traits = { version = "0.2", features = ["i128"] } -percent-encoding = { version = "2" } -petgraph = { version = "0.6", default-features = false, features = ["graphmap", "stable_graph"] } -proc-macro2 = { version = "1", features = ["span-locations"] } -quote = { version = "1" } -rand = { version = "0.8" } -regex = { version = "1" } -regex-automata = { version = "0.4", default-features = false, features = ["dfa-onepass", "hybrid", "meta", "nfa", "perf", "unicode"] } -regex-syntax = { version = "0.8" } -reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] } -serde = { version = "1", features = ["alloc", "derive", "rc"] } -serde_json = { version = "1", features = ["raw_value", "unbounded_depth"] } -sha2 = { version = "0.10" } -smallvec = { version = "1", default-features = false, features = ["const_new", "serde"] } -sqlx = { version = "0.8", features = ["postgres", "time", "uuid"] } -sqlx-core = { version = "0.8", features = ["any", "json", "migrate", "offline", "time", "uuid"] } -sqlx-postgres = { version = "0.8", default-features = false, features = ["any", "json", "migrate", "offline", "time", "uuid"] } -stable_deref_trait = { version = "1" } -subtle = { version = "2" } -syn = { version = "2", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] } -time = { version = "0.3", features = ["formatting", "local-offset", "macros", "parsing", "serde"] } -tokio = { version = "1", features = ["fs", "io-util", "macros", "net", "rt", "sync", "time"] } -toml = { version = "0.8", features = ["preserve_order"] } -toml_edit = { version = "0.22", features = ["serde"] } -tracing = { version = "0.1", features = ["log"] } -tracing-core = { version = "0.1" } -tracing-log = { version = "0.2" } -url = { version = "2" } -uuid = { version = "1", features = ["fast-rng", "serde", "v4", "v7"] } -zerocopy = { version = "0.7", features = ["derive", "simd"] } -zeroize = { version = "1", features = ["zeroize_derive"] } - -[build-dependencies] -ahash = { version = "0.8" } -aho-corasick = { version = "1" } -base64 = { version = "0.22" } -bitflags = { version = "2", default-features = false, features = ["serde"] } -byteorder = { version = "1" } -cc = { version = "1", default-features = false, features = ["parallel"] } -clap = { version = "4", features = ["derive", "env"] } -clap_builder = { version = "4", default-features = false, features = ["color", "env", "help", "std", "suggestions", "usage"] } -console = { version = "0.15" } -crossbeam-utils = { version = "0.8" } -crypto-common = { version = "0.1", default-features = false, features = ["getrandom", "std"] } -deranged = { version = "0.3", default-features = false, features = ["powerfmt", "serde", "std"] } -digest = { version = "0.10", features = ["mac", "std"] } -either = { version = "1", features = ["serde"] } -fixedbitset = { version = "0.4" } -form_urlencoded = { version = "1" } -futures-channel = { version = "0.3", features = ["sink"] } -futures-core = { version = "0.3" } -futures-io = { version = "0.3" } -futures-sink = { version = "0.3" } -futures-util = { version = "0.3", features = ["channel", "io", "sink"] } -getrandom = { version = "0.2", default-features = false, features = ["std"] } -hashbrown = { version = "0.14" } -hmac = { version = "0.12", default-features = false, features = ["reset"] } -idna = { version = "1", default-features = false, features = ["compiled_data", "std"] } -indexmap = { version = "2", features = ["serde"] } -log = { version = "0.4", default-features = false, features = ["std"] } -memchr = { version = "2" } -miette = { version = "7", features = ["fancy"] } -num-traits = { version = "0.2", features = ["i128"] } -percent-encoding = { version = "2" } -petgraph = { version = "0.6", default-features = false, features = ["graphmap", "stable_graph"] } -proc-macro2 = { version = "1", features = ["span-locations"] } -quote = { version = "1" } -rand = { version = "0.8" } -regex = { version = "1" } -regex-automata = { version = "0.4", default-features = false, features = ["dfa-onepass", "hybrid", "meta", "nfa", "perf", "unicode"] } -regex-syntax = { version = "0.8" } -reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] } -serde = { version = "1", features = ["alloc", "derive", "rc"] } -serde_json = { version = "1", features = ["raw_value", "unbounded_depth"] } -sha2 = { version = "0.10" } -smallvec = { version = "1", default-features = false, features = ["const_new", "serde"] } -sqlx = { version = "0.8", features = ["postgres", "time", "uuid"] } -sqlx-core = { version = "0.8", features = ["any", "json", "migrate", "offline", "time", "uuid"] } -sqlx-macros = { version = "0.8", features = ["derive", "json", "macros", "migrate", "postgres", "time", "uuid"] } -sqlx-macros-core = { version = "0.8", features = ["derive", "json", "macros", "migrate", "postgres", "time", "uuid"] } -sqlx-postgres = { version = "0.8", default-features = false, features = ["any", "json", "migrate", "offline", "time", "uuid"] } -stable_deref_trait = { version = "1" } -subtle = { version = "2" } -syn = { version = "2", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] } -time = { version = "0.3", features = ["formatting", "local-offset", "macros", "parsing", "serde"] } -time-macros = { version = "0.2", default-features = false, features = ["formatting", "parsing", "serde"] } -tokio = { version = "1", features = ["fs", "io-util", "macros", "net", "rt", "sync", "time"] } -toml = { version = "0.8", features = ["preserve_order"] } -toml_edit = { version = "0.22", features = ["serde"] } -tracing = { version = "0.1", features = ["log"] } -tracing-core = { version = "0.1" } -tracing-log = { version = "0.2" } -url = { version = "2" } -uuid = { version = "1", features = ["fast-rng", "serde", "v4", "v7"] } -zerocopy = { version = "0.7", features = ["derive", "simd"] } -zeroize = { version = "1", features = ["zeroize_derive"] } +# Disabled by running `cargo hakari disable`. +# To re-enable, run: +# cargo hakari generate ### END HAKARI SECTION