mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 08:18:18 +00:00
chore(release): prepare 1.0.0-beta.10-preview.4 (#4908)
Co-authored-by: heihutu <heihutu@gmail.com>
This commit is contained in:
+47
-48
@@ -68,7 +68,7 @@ edition = "2024"
|
||||
license = "Apache-2.0"
|
||||
repository = "https://github.com/rustfs/rustfs"
|
||||
rust-version = "1.96.0"
|
||||
version = "1.0.0-beta.10-preview.1"
|
||||
version = "1.0.0-beta.10-preview.4"
|
||||
homepage = "https://rustfs.com"
|
||||
description = "RustFS is a high-performance distributed object storage software built using Rust, one of the most popular languages worldwide. "
|
||||
keywords = ["RustFS", "Minio", "object-storage", "filesystem", "s3"]
|
||||
@@ -85,51 +85,51 @@ redundant_clone = "warn"
|
||||
|
||||
[workspace.dependencies]
|
||||
# RustFS Internal Crates
|
||||
rustfs = { path = "./rustfs", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-heal = { path = "crates/heal", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-audit = { path = "crates/audit", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-checksums = { path = "crates/checksums", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-common = { path = "crates/common", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-data-usage = { path = "crates/data-usage", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-config = { path = "./crates/config", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-concurrency = { path = "./crates/concurrency", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-credentials = { path = "crates/credentials", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-crypto = { path = "crates/crypto", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-ecstore = { path = "crates/ecstore", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-filemeta = { path = "crates/filemeta", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-iam = { path = "crates/iam", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-keystone = { path = "crates/keystone", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-lifecycle = { path = "crates/lifecycle", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-kms = { path = "crates/kms", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-lock = { path = "crates/lock", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-madmin = { path = "crates/madmin", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-notify = { path = "crates/notify", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-io-metrics = { path = "crates/io-metrics", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-io-core = { path = "crates/io-core", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-object-capacity = { path = "crates/object-capacity", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-object-data-cache = { path = "crates/object-data-cache", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-obs = { path = "crates/obs", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-policy = { path = "crates/policy", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-protos = { path = "crates/protos", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-protocols = { path = "crates/protocols", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-replication = { path = "crates/replication", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-rio = { path = "crates/rio", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-rio-v2 = { path = "crates/rio-v2", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-s3-types = { path = "crates/s3-types", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-s3-ops = { path = "crates/s3-ops", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-s3select-api = { path = "crates/s3select-api", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-s3select-query = { path = "crates/s3select-query", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-scanner = { path = "crates/scanner", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-security-governance = { path = "crates/security-governance", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-extension-schema = { path = "crates/extension-schema", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-signer = { path = "crates/signer", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-storage-api = { path = "crates/storage-api", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-trusted-proxies = { path = "crates/trusted-proxies", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-targets = { path = "crates/targets", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-test-utils = { path = "crates/test-utils", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-tls-runtime = { path = "crates/tls-runtime", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-utils = { path = "crates/utils", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs-zip = { path = "./crates/zip", version = "1.0.0-beta.10-preview.1" }
|
||||
rustfs = { path = "./rustfs", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-heal = { path = "crates/heal", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-audit = { path = "crates/audit", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-checksums = { path = "crates/checksums", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-common = { path = "crates/common", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-data-usage = { path = "crates/data-usage", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-config = { path = "./crates/config", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-concurrency = { path = "./crates/concurrency", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-credentials = { path = "crates/credentials", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-crypto = { path = "crates/crypto", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-ecstore = { path = "crates/ecstore", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-filemeta = { path = "crates/filemeta", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-iam = { path = "crates/iam", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-keystone = { path = "crates/keystone", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-lifecycle = { path = "crates/lifecycle", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-kms = { path = "crates/kms", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-lock = { path = "crates/lock", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-madmin = { path = "crates/madmin", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-notify = { path = "crates/notify", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-io-metrics = { path = "crates/io-metrics", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-io-core = { path = "crates/io-core", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-object-capacity = { path = "crates/object-capacity", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-object-data-cache = { path = "crates/object-data-cache", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-obs = { path = "crates/obs", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-policy = { path = "crates/policy", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-protos = { path = "crates/protos", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-protocols = { path = "crates/protocols", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-replication = { path = "crates/replication", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-rio = { path = "crates/rio", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-rio-v2 = { path = "crates/rio-v2", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-s3-types = { path = "crates/s3-types", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-s3-ops = { path = "crates/s3-ops", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-s3select-api = { path = "crates/s3select-api", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-s3select-query = { path = "crates/s3select-query", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-scanner = { path = "crates/scanner", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-security-governance = { path = "crates/security-governance", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-extension-schema = { path = "crates/extension-schema", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-signer = { path = "crates/signer", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-storage-api = { path = "crates/storage-api", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-trusted-proxies = { path = "crates/trusted-proxies", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-targets = { path = "crates/targets", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-test-utils = { path = "crates/test-utils", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-tls-runtime = { path = "crates/tls-runtime", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-utils = { path = "crates/utils", version = "1.0.0-beta.10-preview.4" }
|
||||
rustfs-zip = { path = "./crates/zip", version = "1.0.0-beta.10-preview.4" }
|
||||
|
||||
# Async Runtime and Networking
|
||||
async-channel = "2.5.0"
|
||||
@@ -157,7 +157,7 @@ minlz = "1.2.3"
|
||||
reqwest = { default-features = false, version = "0.13.4" }
|
||||
rustfs-kafka-async = { version = "1.2.0" }
|
||||
socket2 = { version = "0.6.5" }
|
||||
tokio = { version = "1.52.3" }
|
||||
tokio = { version = "1.52.4" }
|
||||
tokio-rustls = { default-features = false, version = "0.26.4" }
|
||||
tokio-stream = { version = "0.1.18" }
|
||||
tokio-test = "0.4.5"
|
||||
@@ -277,7 +277,6 @@ rand = { version = "0.10.2" }
|
||||
ratelimit = "0.10.1"
|
||||
rayon = "1.12.0"
|
||||
reed-solomon-erasure = { package = "rustfs-erasure-codec", version = "8.0.0" }
|
||||
#reed-solomon-erasure = { version = "6.0", features = ["simd-accel"], git = "https://github.com/houseme/reed-solomon-erasure",rev = "main" }
|
||||
reed-solomon-simd = "3.1.0"
|
||||
regex = { version = "1.13.1" }
|
||||
rumqttc = { package = "rumqttc-next", version = "0.33.2" }
|
||||
|
||||
Reference in New Issue
Block a user