mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 16:28:15 +00:00
bc513c2604
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.30` | `4.5.31` | | [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.0` | | [uuid](https://github.com/uuid-rs/uuid) | `1.14.0` | `1.15.1` | | [rust-embed](https://github.com/pyros2097/rust-embed) | `8.5.0` | `8.6.0` | | [strum](https://github.com/Peternator7/strum) | `0.26.3` | `0.27.1` | Updates `clap` from 4.5.30 to 4.5.31 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.30...v4.5.31) Updates `rand` from 0.8.5 to 0.9.0 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.5...0.9.0) Updates `uuid` from 1.14.0 to 1.15.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.14.0...v1.15.1) Updates `rust-embed` from 8.5.0 to 8.6.0 - [Changelog](https://github.com/pyrossh/rust-embed/blob/master/changelog.md) - [Commits](https://github.com/pyros2097/rust-embed/commits) Updates `strum` from 0.26.3 to 0.27.1 - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/compare/v0.26.3...v0.27.1) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: rust-embed dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
130 lines
3.3 KiB
TOML
130 lines
3.3 KiB
TOML
[workspace]
|
|
members = [
|
|
"madmin",
|
|
"rustfs",
|
|
"ecstore",
|
|
"e2e_test",
|
|
"common/common",
|
|
"common/lock",
|
|
"common/protos",
|
|
"api/admin",
|
|
"reader",
|
|
"common/workers",
|
|
"iam",
|
|
"crypto",
|
|
"cli/rustfs-gui",
|
|
]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
repository = "https://github.com/rustfs/rustfs"
|
|
rust-version = "1.75"
|
|
version = "0.0.1"
|
|
|
|
[workspace.lints.rust]
|
|
unsafe_code = "deny"
|
|
|
|
[workspace.lints.clippy]
|
|
all = "warn"
|
|
|
|
[workspace.dependencies]
|
|
madmin = { path = "./madmin" }
|
|
async-trait = "0.1.86"
|
|
backon = "1.3.0"
|
|
bytes = "1.9.0"
|
|
bytesize = "1.3.0"
|
|
chrono = { version = "0.4.40", features = ["serde"] }
|
|
clap = { version = "4.5.31", features = ["derive", "env"] }
|
|
dioxus = { version = "0.6.3", features = ["router"] }
|
|
dirs = "6.0.0"
|
|
ecstore = { path = "./ecstore" }
|
|
flatbuffers = "24.12.23"
|
|
futures = "0.3.31"
|
|
futures-util = "0.3.31"
|
|
common = { path = "./common/common" }
|
|
reader = { path = "./reader" }
|
|
hyper = "1.6.0"
|
|
hyper-util = { version = "0.1.10", features = [
|
|
"tokio",
|
|
"server-auto",
|
|
"server-graceful",
|
|
] }
|
|
http = "1.2.0"
|
|
http-body = "1.0.1"
|
|
humantime = "2.1.0"
|
|
keyring = { version = "3.6.1", features = ["apple-native", "windows-native", "sync-secret-service"] }
|
|
lock = { path = "./common/lock" }
|
|
lazy_static = "1.5.0"
|
|
mime = "0.3.17"
|
|
netif = "0.1.6"
|
|
pin-project-lite = "0.2"
|
|
# pin-utils = "0.1.0"
|
|
prost = "0.13.4"
|
|
prost-build = "0.13.4"
|
|
prost-types = "0.13.4"
|
|
protobuf = "3.7"
|
|
protos = { path = "./common/protos" }
|
|
rand = "0.9.0"
|
|
reqwest = { version = "0.12.12", default-features = false, features = ["rustls-tls", "charset", "http2", "macos-system-configuration", "stream"] }
|
|
rfd = { version = "0.15.2", default-features = false, features = ["xdg-portal", "tokio"] }
|
|
rmp = "0.8.14"
|
|
rmp-serde = "1.3.0"
|
|
s3s = { git = "https://github.com/Nugine/s3s.git", rev = "ab139f72fe768fb9d8cecfe36269451da1ca9779", default-features = true, features = [
|
|
"tower",
|
|
] }
|
|
s3s-policy = { git = "https://github.com/Nugine/s3s.git", rev = "ab139f72fe768fb9d8cecfe36269451da1ca9779" }
|
|
shadow-rs = { version = "0.38.0", default-features = false }
|
|
serde = { version = "1.0.217", features = ["derive"] }
|
|
serde_json = "1.0.138"
|
|
tempfile = "3.16.0"
|
|
thiserror = "2.0.11"
|
|
time = { version = "0.3.37", features = [
|
|
"std",
|
|
"parsing",
|
|
"formatting",
|
|
"macros",
|
|
"serde",
|
|
] }
|
|
tokio = { version = "1.43.0", features = ["fs", "rt-multi-thread"] }
|
|
tonic = { version = "0.12.3", features = ["gzip"] }
|
|
tonic-build = "0.12.3"
|
|
tonic-reflection = "0.12"
|
|
tokio-stream = "0.1.17"
|
|
tower = { version = "0.5.2", features = ["timeout"] }
|
|
tracing = "0.1.41"
|
|
tracing-error = "0.2.1"
|
|
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "time"] }
|
|
tracing-appender = "0.2.3"
|
|
transform-stream = "0.3.1"
|
|
url = "2.5.4"
|
|
uuid = { version = "1.15.1", features = [
|
|
"v4",
|
|
"fast-rng",
|
|
"macro-diagnostics",
|
|
] }
|
|
log = "0.4.25"
|
|
axum = "0.7.9"
|
|
md-5 = "0.10.6"
|
|
workers = { path = "./common/workers" }
|
|
test-case = "3.3.1"
|
|
zip = "2.2.3"
|
|
|
|
|
|
[profile]
|
|
|
|
[profile.wasm-dev]
|
|
inherits = "dev"
|
|
opt-level = 1
|
|
|
|
[profile.server-dev]
|
|
inherits = "dev"
|
|
|
|
[profile.android-dev]
|
|
inherits = "dev"
|
|
|
|
[profile.release]
|
|
opt-level = 3 # Optimization Level (0-3)
|
|
lto = true # Optimize when linking
|
|
codegen-units = 1 # Reduce code generation units to improve optimization |