From 7b96c1c8694eea8d9822eb57c0f56505315960b8 Mon Sep 17 00:00:00 2001 From: "pavex-releaser[bot]" Date: Sun, 5 Jan 2025 10:31:01 +0000 Subject: [PATCH] Re-enable workspace hack after a release --- libs/Cargo.lock | 85 ++++++++++++++ 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 | 130 ++++++++++++++++++++- 21 files changed, 231 insertions(+), 3 deletions(-) diff --git a/libs/Cargo.lock b/libs/Cargo.lock index cb4685f28..b2ca3b54a 100644 --- a/libs/Cargo.lock +++ b/libs/Cargo.lock @@ -1163,6 +1163,7 @@ dependencies = [ "liquid", "liquid-core", "path-absolutize", + "px_workspace_hack", "regex", "sanitize-filename", "tempfile", @@ -2372,6 +2373,7 @@ dependencies = [ "percent-encoding", "persist_if_changed", "pin-project-lite", + "px_workspace_hack", "reqwest", "ron", "serde", @@ -2394,6 +2396,7 @@ name = "pavex_bp_schema" version = "0.1.68" dependencies = [ "pavex_reflection", + "px_workspace_hack", "serde", ] @@ -2421,6 +2424,7 @@ dependencies = [ "pavexc", "pavexc_cli_client", "pem", + "px_workspace_hack", "redact", "remove_dir_all 1.0.0", "reqwest", @@ -2457,6 +2461,7 @@ version = "0.1.68" dependencies = [ "anyhow", "pavex", + "px_workspace_hack", "thiserror 2.0.9", ] @@ -2466,6 +2471,7 @@ version = "0.1.68" dependencies = [ "anyhow", "cargo-like-utils", + "px_workspace_hack", ] [[package]] @@ -2474,6 +2480,7 @@ version = "0.1.68" dependencies = [ "pavex", "proc-macro2", + "px_workspace_hack", "quote", "serde", "syn", @@ -2486,6 +2493,7 @@ version = "0.1.68" dependencies = [ "miette", "owo-colors", + "px_workspace_hack", "supports-color", "supports-hyperlinks", "supports-unicode", @@ -2498,6 +2506,7 @@ dependencies = [ name = "pavex_reflection" version = "0.1.68" dependencies = [ + "px_workspace_hack", "serde", ] @@ -2510,6 +2519,7 @@ dependencies = [ "humantime-serde", "pavex", "pavex_tracing", + "px_workspace_hack", "serde", "serde_json", "static_assertions", @@ -2526,6 +2536,7 @@ version = "0.1.68" dependencies = [ "async-trait", "pavex_session", + "px_workspace_hack", "serde_json", "time", "tokio", @@ -2541,6 +2552,7 @@ dependencies = [ "pavex_session", "pavex_session_sqlx", "pavex_tracing", + "px_workspace_hack", "serde_json", "sqlx", "time", @@ -2567,6 +2579,7 @@ dependencies = [ "once_cell", "pavexc", "persist_if_changed", + "px_workspace_hack", "rayon", "regex", "serde", @@ -2584,6 +2597,7 @@ name = "pavex_tracing" version = "0.1.68" dependencies = [ "pavex", + "px_workspace_hack", "tracing", ] @@ -2617,6 +2631,7 @@ dependencies = [ "petgraph", "prettyplease", "proc-macro2", + "px_workspace_hack", "quote", "r2d2", "r2d2_sqlite", @@ -2658,6 +2673,7 @@ dependencies = [ "pavex_miette", "pavexc", "pavexc_cli_client", + "px_workspace_hack", "ron", "serde", "serde_json", @@ -2677,6 +2693,7 @@ version = "0.1.68" dependencies = [ "anyhow", "pavex", + "px_workspace_hack", "thiserror 2.0.9", ] @@ -2684,6 +2701,7 @@ dependencies = [ name = "pavexc_rustdoc_types" version = "0.1.68" dependencies = [ + "px_workspace_hack", "rustc-hash", "serde", ] @@ -2729,6 +2747,7 @@ version = "0.1.68" dependencies = [ "anyhow", "fs-err 3.0.0", + "px_workspace_hack", "sha2", "tracing", ] @@ -2891,6 +2910,72 @@ 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", + "textwrap", + "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 d7468539b..6a56e436e 100644 --- a/libs/generate_from_path/Cargo.toml +++ b/libs/generate_from_path/Cargo.toml @@ -20,3 +20,4 @@ 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 33cbe66d7..a3a8adf3c 100644 --- a/libs/pavex/Cargo.toml +++ b/libs/pavex/Cargo.toml @@ -79,6 +79,7 @@ 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 23337e01d..a8f42ebc8 100644 --- a/libs/pavex_bp_schema/Cargo.toml +++ b/libs/pavex_bp_schema/Cargo.toml @@ -10,3 +10,4 @@ license.workspace = true [dependencies] serde = { workspace = true, features = ["derive"] } pavex_reflection = { path = "../pavex_reflection", version = "=0.1.68" } +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 c4ab8900f..70b2d5624 100644 --- a/libs/pavex_cli/Cargo.toml +++ b/libs/pavex_cli/Cargo.toml @@ -65,6 +65,7 @@ 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 b0a51042d..7f22fbd1f 100644 --- a/libs/pavex_cli_client/Cargo.toml +++ b/libs/pavex_cli_client/Cargo.toml @@ -11,3 +11,4 @@ license.workspace = true anyhow = { workspace = true } pavex = { path = "../pavex", version = "0.1.68" } 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 87312b695..8b1e143e9 100644 --- a/libs/pavex_cli_deps/Cargo.toml +++ b/libs/pavex_cli_deps/Cargo.toml @@ -10,3 +10,4 @@ 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 72b80376c..d8b65938f 100644 --- a/libs/pavex_macros/Cargo.toml +++ b/libs/pavex_macros/Cargo.toml @@ -14,6 +14,7 @@ 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 72d35f0f3..81843e0fb 100644 --- a/libs/pavex_miette/Cargo.toml +++ b/libs/pavex_miette/Cargo.toml @@ -16,3 +16,4 @@ 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 13b3cac7f..4c141f3ab 100644 --- a/libs/pavex_reflection/Cargo.toml +++ b/libs/pavex_reflection/Cargo.toml @@ -9,3 +9,4 @@ 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 3d2ca2649..adb385f7e 100644 --- a/libs/pavex_session/Cargo.toml +++ b/libs/pavex_session/Cargo.toml @@ -22,6 +22,7 @@ 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" } [dev-dependencies] static_assertions = { workspace = true } diff --git a/libs/pavex_session_memory_store/Cargo.toml b/libs/pavex_session_memory_store/Cargo.toml index e35684dd5..ea7c8ee11 100644 --- a/libs/pavex_session_memory_store/Cargo.toml +++ b/libs/pavex_session_memory_store/Cargo.toml @@ -14,3 +14,4 @@ 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 44fb6533b..ec507adca 100644 --- a/libs/pavex_session_sqlx/Cargo.toml +++ b/libs/pavex_session_sqlx/Cargo.toml @@ -24,6 +24,7 @@ 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 = ".", features = ["postgres"] } diff --git a/libs/pavex_test_runner/Cargo.toml b/libs/pavex_test_runner/Cargo.toml index 5737559d9..8c38c80b4 100644 --- a/libs/pavex_test_runner/Cargo.toml +++ b/libs/pavex_test_runner/Cargo.toml @@ -41,3 +41,4 @@ 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 e8ceff3d3..13423f424 100644 --- a/libs/pavex_tracing/Cargo.toml +++ b/libs/pavex_tracing/Cargo.toml @@ -12,3 +12,4 @@ readme = "README.md" [dependencies] tracing = { workspace = true, features = ["std"] } pavex = { version = "0.1.68", 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 12cca0365..34ac02215 100644 --- a/libs/pavexc/Cargo.toml +++ b/libs/pavexc/Cargo.toml @@ -64,6 +64,7 @@ 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 4bec93b21..ce769ce72 100644 --- a/libs/pavexc_cli/Cargo.toml +++ b/libs/pavexc_cli/Cargo.toml @@ -39,6 +39,7 @@ 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 3a1991f3c..bcb20a92e 100644 --- a/libs/pavexc_cli_client/Cargo.toml +++ b/libs/pavexc_cli_client/Cargo.toml @@ -11,3 +11,4 @@ license.workspace = true anyhow = { workspace = true } pavex = { path = "../pavex", version = "0.1.68" } 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 170d726cd..63abecbb8 100644 --- a/libs/pavexc_rustdoc_types/Cargo.toml +++ b/libs/pavexc_rustdoc_types/Cargo.toml @@ -10,3 +10,4 @@ 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 35503ac6b..157c33a61 100644 --- a/libs/persist_if_changed/Cargo.toml +++ b/libs/persist_if_changed/Cargo.toml @@ -12,3 +12,4 @@ 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 ad354e0e4..385736ba4 100644 --- a/libs/px_workspace_hack/Cargo.toml +++ b/libs/px_workspace_hack/Cargo.toml @@ -16,8 +16,132 @@ 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"] } +textwrap = { version = "0.16" } +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"] } +textwrap = { version = "0.16" } +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