rustfs
rustfs copied to clipboard
A Rust user-space file system [WIP]
Updates the requirements on [time](https://github.com/time-rs/time) to permit the latest version. Changelog Sourced from time's changelog. 0.3.0 [unreleased] Added datetime! macro, which allows the construction of a statically verified PrimitiveDateTime or...
Updates the requirements on [futures](https://github.com/rust-lang/futures-rs) to permit the latest version. Release notes Sourced from futures's releases. 0.3.16 Add TryStreamExt::try_chunks (#2438) Add StreamExt::{all, any} (#2460) Add stream::select_with_strategy (#2450) Update to new...
Updates the requirements on [env_logger](https://github.com/env-logger-rs/env_logger) to permit the latest version. Release notes Sourced from env_logger's releases. v0.9.0 Breaking Changes: Default message format now prints the target instead of the module...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. Changelog Sourced from rand's changelog. [0.8.0] - 2020-12-18 Platform support The minimum supported Rust version is now 1.36 (#1011) getrandom...
Updates the requirements on [env_logger](https://github.com/env-logger-rs/env_logger) to permit the latest version. Release notes Sourced from env_logger's releases. 0.8.2 Fixed a panic on io errors when writing to stdout / stderr (#184)....
Updates the requirements on [futures](https://github.com/rust-lang/futures-rs) to permit the latest version. Release notes Sourced from futures's releases. 0.3.8 Switch proc-macros to use native #[proc_macro] at Rust 1.45+ (#2243) Add WeakShared (#2169)...
Updates the requirements on [sha2](https://github.com/RustCrypto/hashes) to permit the latest version. Commits 9756943 streebog: fix Streebog512 doc typo, minor lib-level doc tweak (#187) 45cffec Update streebog documentation (#184) c5fbbc5 Use SVG...
Updates the requirements on [toml](https://github.com/alexcrichton/toml-rs) to permit the latest version. Commits 9a94610 Bump to 0.5.7 c74293f Improve error message when parsing unquoted string (#385) 940fcf9 Allow delimiter quotes at the...
Updates the requirements on [colored](https://github.com/mackwic/colored) to permit the latest version. Changelog Sourced from colored's changelog. 2.0.0 (July 14, 2020) Add support for true colours. Alter Color interface to return Cow<'static,...