mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-27 16:48:58 +00:00
6a7a447df3
Bumps the dependencies group with 17 updates: | Package | From | To | | --- | --- | --- | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.83` | `0.1.86` | | [clap](https://github.com/clap-rs/clap) | `4.5.23` | `4.5.27` | | [hyper](https://github.com/hyperium/hyper) | `1.5.2` | `1.6.0` | | [pin-project-lite](https://github.com/taiki-e/pin-project-lite) | `0.2.15` | `0.2.16` | | [prost-build](https://github.com/tokio-rs/prost) | `0.13.3` | `0.13.4` | | [serde_json](https://github.com/serde-rs/json) | `1.0.134` | `1.0.138` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.14.0` | `3.16.0` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.9` | `2.0.11` | | [tokio](https://github.com/tokio-rs/tokio) | `1.42.0` | `1.43.0` | | [transform-stream](https://github.com/Nugine/transform-stream) | `0.3.0` | `0.3.1` | | [uuid](https://github.com/uuid-rs/uuid) | `1.11.0` | `1.12.1` | | [log](https://github.com/rust-lang/log) | `0.4.22` | `0.4.25` | | [matchit](https://github.com/ibraheemdev/matchit) | `0.8.5` | `0.8.6` | | [shadow-rs](https://github.com/baoyachi/shadow-rs) | `0.37.0` | `0.38.0` | | [const-str](https://github.com/Nugine/const-str) | `0.5.7` | `0.6.1` | | [highway](https://github.com/nickbabcock/highway-rs) | `1.2.0` | `1.3.0` | | [ipnetwork](https://github.com/achanda/ipnetwork) | `0.20.0` | `0.21.1` | Updates `async-trait` from 0.1.83 to 0.1.86 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.83...0.1.86) Updates `clap` from 4.5.23 to 4.5.27 - [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.23...clap_complete-v4.5.27) Updates `hyper` from 1.5.2 to 1.6.0 - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v1.5.2...v1.6.0) Updates `pin-project-lite` from 0.2.15 to 0.2.16 - [Release notes](https://github.com/taiki-e/pin-project-lite/releases) - [Changelog](https://github.com/taiki-e/pin-project-lite/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/pin-project-lite/compare/v0.2.15...v0.2.16) Updates `prost-build` from 0.13.3 to 0.13.4 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/prost/compare/v0.13.3...v0.13.4) Updates `serde_json` from 1.0.134 to 1.0.138 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.138) Updates `tempfile` from 3.14.0 to 3.16.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.14.0...v3.16.0) Updates `thiserror` from 2.0.9 to 2.0.11 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.9...2.0.11) Updates `tokio` from 1.42.0 to 1.43.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.42.0...tokio-1.43.0) Updates `transform-stream` from 0.3.0 to 0.3.1 - [Release notes](https://github.com/Nugine/transform-stream/releases) - [Commits](https://github.com/Nugine/transform-stream/compare/v0.3.0...v0.3.1) Updates `uuid` from 1.11.0 to 1.12.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.11.0...1.12.1) Updates `log` from 0.4.22 to 0.4.25 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.22...0.4.25) Updates `matchit` from 0.8.5 to 0.8.6 - [Release notes](https://github.com/ibraheemdev/matchit/releases) - [Commits](https://github.com/ibraheemdev/matchit/compare/v0.8.5...v0.8.6) Updates `shadow-rs` from 0.37.0 to 0.38.0 - [Release notes](https://github.com/baoyachi/shadow-rs/releases) - [Commits](https://github.com/baoyachi/shadow-rs/compare/v0.37.0...v0.38.0) Updates `const-str` from 0.5.7 to 0.6.1 - [Release notes](https://github.com/Nugine/const-str/releases) - [Commits](https://github.com/Nugine/const-str/compare/v0.5.7...v0.6.1) Updates `highway` from 1.2.0 to 1.3.0 - [Changelog](https://github.com/nickbabcock/highway-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/nickbabcock/highway-rs/compare/v1.2.0...v1.3.0) Updates `ipnetwork` from 0.20.0 to 0.21.1 - [Release notes](https://github.com/achanda/ipnetwork/releases) - [Changelog](https://github.com/achanda/ipnetwork/blob/master/CHANGELOG.md) - [Commits](https://github.com/achanda/ipnetwork/compare/v0.20.0...v0.21.1) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pin-project-lite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: prost-build dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: transform-stream dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: matchit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: shadow-rs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: const-str dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: highway dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ipnetwork dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
81 lines
2.0 KiB
TOML
81 lines
2.0 KiB
TOML
[package]
|
|
name = "ecstore"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
async-trait.workspace = true
|
|
backon.workspace = true
|
|
blake2 = "0.10.6"
|
|
bytes.workspace = true
|
|
common.workspace = true
|
|
chrono.workspace = true
|
|
reader.workspace = true
|
|
glob = "0.3.2"
|
|
thiserror.workspace = true
|
|
flatbuffers.workspace = true
|
|
futures.workspace = true
|
|
tracing.workspace = true
|
|
serde.workspace = true
|
|
time.workspace = true
|
|
bytesize.workspace = true
|
|
serde_json.workspace = true
|
|
tracing-error.workspace = true
|
|
s3s.workspace = true
|
|
http.workspace = true
|
|
highway = "1.3.0"
|
|
url.workspace = true
|
|
uuid = { version = "1.12.1", features = ["v4", "fast-rng", "serde"] }
|
|
reed-solomon-erasure = { version = "6.0.0", features = ["simd-accel"] }
|
|
transform-stream = "0.3.1"
|
|
lazy_static.workspace = true
|
|
lock.workspace = true
|
|
regex = "1.11.1"
|
|
netif = "0.1.6"
|
|
nix = { version = "0.29.0", features = ["fs"] }
|
|
path-absolutize = "3.1.1"
|
|
protos.workspace = true
|
|
rmp.workspace = true
|
|
rmp-serde.workspace = true
|
|
tokio-util = { version = "0.7.13", features = ["io", "compat"] }
|
|
crc32fast = "1.4.2"
|
|
siphasher = "1.0.1"
|
|
base64-simd = "0.8.0"
|
|
sha2 = { version = "0.11.0-pre.4" }
|
|
hex-simd = "0.8.0"
|
|
path-clean = "1.0.1"
|
|
tempfile.workspace = true
|
|
tokio = { workspace = true, features = ["io-util", "sync", "signal"] }
|
|
tokio-stream = "0.1.17"
|
|
tonic.workspace = true
|
|
tower.workspace = true
|
|
byteorder = "1.5.0"
|
|
xxhash-rust = { version = "0.8.15", features = ["xxh64"] }
|
|
num = "0.4.3"
|
|
num_cpus = "1.16"
|
|
s3s-policy.workspace = true
|
|
rand.workspace = true
|
|
pin-project-lite.workspace = true
|
|
md-5.workspace = true
|
|
madmin.workspace = true
|
|
workers.workspace = true
|
|
|
|
[target.'cfg(not(windows))'.dependencies]
|
|
|
|
nix = { version = "0.29.0", features = ["fs"] }
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
|
|
winapi = "0.3.9"
|
|
|
|
|
|
[dev-dependencies]
|
|
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
|