diff --git a/.config/hakari.toml b/.config/hakari.toml index e3e58e80cbf1..fd5ad4473184 100644 --- a/.config/hakari.toml +++ b/.config/hakari.toml @@ -15,10 +15,10 @@ resolver = "2" # Add triples corresponding to platforms commonly used by developers here. # https://doc.rust-lang.org/rustc/platform-support.html platforms = [ - "x86_64-unknown-linux-gnu", - "aarch64-unknown-linux-gnu", - "x86_64-apple-darwin", - "aarch64-apple-darwin", + # "x86_64-unknown-linux-gnu", + # "aarch64-unknown-linux-gnu", + # "x86_64-apple-darwin", + # "aarch64-apple-darwin", ] # Write out exact versions rather than a semver range. (Defaults to false.) diff --git a/Cargo.lock b/Cargo.lock index b6a0183a9f56..6cb0662b3215 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10049,7 +10049,6 @@ dependencies = [ "aws-credential-types", "aws-sdk-s3", "aws-smithy-client", - "axum", "base64 0.21.3", "bit-vec", "bitflags 2.4.0", @@ -10092,18 +10091,12 @@ dependencies = [ "log", "madsim-rdkafka", "madsim-tokio", - "memchr", - "mime_guess", - "miniz_oxide", "mio", "multimap", "nom", "num-bigint", "num-integer", "num-traits", - "once_cell", - "openssl-sys", - "opentelemetry", "opentelemetry_api", "opentelemetry_sdk", "parking_lot 0.12.1", @@ -10118,15 +10111,12 @@ dependencies = [ "rand", "rand_chacha", "rand_core 0.6.4", - "rdkafka-sys", "regex", "regex-automata 0.3.8", "regex-syntax 0.7.5", "reqwest", "ring", "rust_decimal", - "rustix 0.38.11", - "rustls 0.21.7", "scopeguard", "serde", "serde_json", @@ -10135,8 +10125,6 @@ dependencies = [ "subtle", "syn 1.0.109", "syn 2.0.33", - "tikv-jemalloc-sys", - "tikv-jemallocator", "time", "time-macros", "tinyvec", @@ -10148,7 +10136,6 @@ dependencies = [ "toml_edit", "tonic", "tower", - "tower-http", "tracing", "tracing-core", "tracing-subscriber", @@ -10157,7 +10144,6 @@ dependencies = [ "url", "uuid", "zeroize", - "zstd-sys", ] [[package]] diff --git a/src/workspace-hack/Cargo.toml b/src/workspace-hack/Cargo.toml index e4f7f52a66ca..603619f3a8b2 100644 --- a/src/workspace-hack/Cargo.toml +++ b/src/workspace-hack/Cargo.toml @@ -217,148 +217,4 @@ url = { version = "2", features = ["serde"] } uuid = { version = "1", features = ["fast-rng", "serde", "v4"] } zeroize = { version = "1", features = ["zeroize_derive"] } -[target.x86_64-unknown-linux-gnu.dependencies] -axum = { version = "0.6" } -memchr = { version = "2" } -mime_guess = { version = "2" } -miniz_oxide = { version = "0.7", default-features = false, features = ["with-alloc"] } -once_cell = { version = "1", features = ["unstable"] } -openssl-sys = { version = "0.9", default-features = false, features = ["vendored"] } -opentelemetry = { version = "0.20", default-features = false, features = ["metrics", "rt-tokio", "trace"] } -opentelemetry_sdk = { version = "0.20", default-features = false, features = ["rt-tokio"] } -rdkafka-sys = { git = "https://github.com/MaterializeInc/rust-rdkafka", rev = "8ea07c4", default-features = false, features = ["cmake-build", "gssapi", "libz", "ssl-vendored", "zstd"] } -rustix = { version = "0.38", features = ["fs", "termios"] } -rustls = { version = "0.21", features = ["dangerous_configuration"] } -serde_json = { version = "1", default-features = false, features = ["raw_value"] } -tikv-jemalloc-sys = { git = "https://github.com/risingwavelabs/jemallocator.git", rev = "64a2d9", features = ["profiling", "stats", "unprefixed_malloc_on_supported_platforms"] } -tikv-jemallocator = { git = "https://github.com/risingwavelabs/jemallocator.git", rev = "64a2d9", features = ["profiling", "stats", "unprefixed_malloc_on_supported_platforms"] } -tower-http = { version = "0.4", features = ["add-extension", "cors", "fs"] } -zstd-sys = { version = "2", features = ["std"] } - -[target.x86_64-unknown-linux-gnu.build-dependencies] -axum = { version = "0.6" } -memchr = { version = "2" } -mime_guess = { version = "2" } -miniz_oxide = { version = "0.7", default-features = false, features = ["with-alloc"] } -once_cell = { version = "1", features = ["unstable"] } -openssl-sys = { version = "0.9", default-features = false, features = ["vendored"] } -opentelemetry = { version = "0.20", default-features = false, features = ["metrics", "rt-tokio", "trace"] } -opentelemetry_sdk = { version = "0.20", default-features = false, features = ["rt-tokio"] } -rdkafka-sys = { git = "https://github.com/MaterializeInc/rust-rdkafka", rev = "8ea07c4", default-features = false, features = ["cmake-build", "gssapi", "libz", "ssl-vendored", "zstd"] } -rustix = { version = "0.38", features = ["fs", "termios"] } -rustls = { version = "0.21", features = ["dangerous_configuration"] } -serde_json = { version = "1", default-features = false, features = ["raw_value"] } -tikv-jemalloc-sys = { git = "https://github.com/risingwavelabs/jemallocator.git", rev = "64a2d9", features = ["profiling", "stats", "unprefixed_malloc_on_supported_platforms"] } -tikv-jemallocator = { git = "https://github.com/risingwavelabs/jemallocator.git", rev = "64a2d9", features = ["profiling", "stats", "unprefixed_malloc_on_supported_platforms"] } -tower-http = { version = "0.4", features = ["add-extension", "cors", "fs"] } -zstd-sys = { version = "2", features = ["std"] } - -[target.aarch64-unknown-linux-gnu.dependencies] -axum = { version = "0.6" } -memchr = { version = "2" } -mime_guess = { version = "2" } -miniz_oxide = { version = "0.7", default-features = false, features = ["with-alloc"] } -once_cell = { version = "1", features = ["unstable"] } -openssl-sys = { version = "0.9", default-features = false, features = ["vendored"] } -opentelemetry = { version = "0.20", default-features = false, features = ["metrics", "rt-tokio", "trace"] } -opentelemetry_sdk = { version = "0.20", default-features = false, features = ["rt-tokio"] } -rdkafka-sys = { git = "https://github.com/MaterializeInc/rust-rdkafka", rev = "8ea07c4", default-features = false, features = ["cmake-build", "gssapi", "libz", "ssl-vendored", "zstd"] } -rustix = { version = "0.38", features = ["fs", "termios"] } -rustls = { version = "0.21", features = ["dangerous_configuration"] } -serde_json = { version = "1", default-features = false, features = ["raw_value"] } -tikv-jemalloc-sys = { git = "https://github.com/risingwavelabs/jemallocator.git", rev = "64a2d9", features = ["profiling", "stats", "unprefixed_malloc_on_supported_platforms"] } -tikv-jemallocator = { git = "https://github.com/risingwavelabs/jemallocator.git", rev = "64a2d9", features = ["profiling", "stats", "unprefixed_malloc_on_supported_platforms"] } -tower-http = { version = "0.4", features = ["add-extension", "cors", "fs"] } -zstd-sys = { version = "2", features = ["std"] } - -[target.aarch64-unknown-linux-gnu.build-dependencies] -axum = { version = "0.6" } -memchr = { version = "2" } -mime_guess = { version = "2" } -miniz_oxide = { version = "0.7", default-features = false, features = ["with-alloc"] } -once_cell = { version = "1", features = ["unstable"] } -openssl-sys = { version = "0.9", default-features = false, features = ["vendored"] } -opentelemetry = { version = "0.20", default-features = false, features = ["metrics", "rt-tokio", "trace"] } -opentelemetry_sdk = { version = "0.20", default-features = false, features = ["rt-tokio"] } -rdkafka-sys = { git = "https://github.com/MaterializeInc/rust-rdkafka", rev = "8ea07c4", default-features = false, features = ["cmake-build", "gssapi", "libz", "ssl-vendored", "zstd"] } -rustix = { version = "0.38", features = ["fs", "termios"] } -rustls = { version = "0.21", features = ["dangerous_configuration"] } -serde_json = { version = "1", default-features = false, features = ["raw_value"] } -tikv-jemalloc-sys = { git = "https://github.com/risingwavelabs/jemallocator.git", rev = "64a2d9", features = ["profiling", "stats", "unprefixed_malloc_on_supported_platforms"] } -tikv-jemallocator = { git = "https://github.com/risingwavelabs/jemallocator.git", rev = "64a2d9", features = ["profiling", "stats", "unprefixed_malloc_on_supported_platforms"] } -tower-http = { version = "0.4", features = ["add-extension", "cors", "fs"] } -zstd-sys = { version = "2", features = ["std"] } - -[target.x86_64-apple-darwin.dependencies] -axum = { version = "0.6" } -memchr = { version = "2" } -mime_guess = { version = "2" } -miniz_oxide = { version = "0.7", default-features = false, features = ["with-alloc"] } -once_cell = { version = "1", features = ["unstable"] } -openssl-sys = { version = "0.9", default-features = false, features = ["vendored"] } -opentelemetry = { version = "0.20", default-features = false, features = ["metrics", "rt-tokio", "trace"] } -opentelemetry_sdk = { version = "0.20", default-features = false, features = ["rt-tokio"] } -rdkafka-sys = { git = "https://github.com/MaterializeInc/rust-rdkafka", rev = "8ea07c4", default-features = false, features = ["cmake-build", "gssapi", "libz", "ssl-vendored", "zstd"] } -rustix = { version = "0.38", features = ["fs", "termios"] } -rustls = { version = "0.21", features = ["dangerous_configuration"] } -serde_json = { version = "1", default-features = false, features = ["raw_value"] } -tikv-jemalloc-sys = { git = "https://github.com/risingwavelabs/jemallocator.git", rev = "64a2d9", features = ["profiling", "stats", "unprefixed_malloc_on_supported_platforms"] } -tikv-jemallocator = { git = "https://github.com/risingwavelabs/jemallocator.git", rev = "64a2d9", features = ["profiling", "stats", "unprefixed_malloc_on_supported_platforms"] } -tower-http = { version = "0.4", features = ["add-extension", "cors", "fs"] } -zstd-sys = { version = "2", features = ["std"] } - -[target.x86_64-apple-darwin.build-dependencies] -axum = { version = "0.6" } -memchr = { version = "2" } -mime_guess = { version = "2" } -miniz_oxide = { version = "0.7", default-features = false, features = ["with-alloc"] } -once_cell = { version = "1", features = ["unstable"] } -openssl-sys = { version = "0.9", default-features = false, features = ["vendored"] } -opentelemetry = { version = "0.20", default-features = false, features = ["metrics", "rt-tokio", "trace"] } -opentelemetry_sdk = { version = "0.20", default-features = false, features = ["rt-tokio"] } -rdkafka-sys = { git = "https://github.com/MaterializeInc/rust-rdkafka", rev = "8ea07c4", default-features = false, features = ["cmake-build", "gssapi", "libz", "ssl-vendored", "zstd"] } -rustix = { version = "0.38", features = ["fs", "termios"] } -rustls = { version = "0.21", features = ["dangerous_configuration"] } -serde_json = { version = "1", default-features = false, features = ["raw_value"] } -tikv-jemalloc-sys = { git = "https://github.com/risingwavelabs/jemallocator.git", rev = "64a2d9", features = ["profiling", "stats", "unprefixed_malloc_on_supported_platforms"] } -tikv-jemallocator = { git = "https://github.com/risingwavelabs/jemallocator.git", rev = "64a2d9", features = ["profiling", "stats", "unprefixed_malloc_on_supported_platforms"] } -tower-http = { version = "0.4", features = ["add-extension", "cors", "fs"] } -zstd-sys = { version = "2", features = ["std"] } - -[target.aarch64-apple-darwin.dependencies] -axum = { version = "0.6" } -memchr = { version = "2" } -mime_guess = { version = "2" } -miniz_oxide = { version = "0.7", default-features = false, features = ["with-alloc"] } -once_cell = { version = "1", features = ["unstable"] } -openssl-sys = { version = "0.9", default-features = false, features = ["vendored"] } -opentelemetry = { version = "0.20", default-features = false, features = ["metrics", "rt-tokio", "trace"] } -opentelemetry_sdk = { version = "0.20", default-features = false, features = ["rt-tokio"] } -rdkafka-sys = { git = "https://github.com/MaterializeInc/rust-rdkafka", rev = "8ea07c4", default-features = false, features = ["cmake-build", "gssapi", "libz", "ssl-vendored", "zstd"] } -rustix = { version = "0.38", features = ["fs", "termios"] } -rustls = { version = "0.21", features = ["dangerous_configuration"] } -serde_json = { version = "1", default-features = false, features = ["raw_value"] } -tikv-jemalloc-sys = { git = "https://github.com/risingwavelabs/jemallocator.git", rev = "64a2d9", features = ["profiling", "stats", "unprefixed_malloc_on_supported_platforms"] } -tikv-jemallocator = { git = "https://github.com/risingwavelabs/jemallocator.git", rev = "64a2d9", features = ["profiling", "stats", "unprefixed_malloc_on_supported_platforms"] } -tower-http = { version = "0.4", features = ["add-extension", "cors", "fs"] } -zstd-sys = { version = "2", features = ["std"] } - -[target.aarch64-apple-darwin.build-dependencies] -axum = { version = "0.6" } -memchr = { version = "2" } -mime_guess = { version = "2" } -miniz_oxide = { version = "0.7", default-features = false, features = ["with-alloc"] } -once_cell = { version = "1", features = ["unstable"] } -openssl-sys = { version = "0.9", default-features = false, features = ["vendored"] } -opentelemetry = { version = "0.20", default-features = false, features = ["metrics", "rt-tokio", "trace"] } -opentelemetry_sdk = { version = "0.20", default-features = false, features = ["rt-tokio"] } -rdkafka-sys = { git = "https://github.com/MaterializeInc/rust-rdkafka", rev = "8ea07c4", default-features = false, features = ["cmake-build", "gssapi", "libz", "ssl-vendored", "zstd"] } -rustix = { version = "0.38", features = ["fs", "termios"] } -rustls = { version = "0.21", features = ["dangerous_configuration"] } -serde_json = { version = "1", default-features = false, features = ["raw_value"] } -tikv-jemalloc-sys = { git = "https://github.com/risingwavelabs/jemallocator.git", rev = "64a2d9", features = ["profiling", "stats", "unprefixed_malloc_on_supported_platforms"] } -tikv-jemallocator = { git = "https://github.com/risingwavelabs/jemallocator.git", rev = "64a2d9", features = ["profiling", "stats", "unprefixed_malloc_on_supported_platforms"] } -tower-http = { version = "0.4", features = ["add-extension", "cors", "fs"] } -zstd-sys = { version = "2", features = ["std"] } - ### END HAKARI SECTION