From 6358d4b5789562859fe618242efa40c0e2f6c37e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 30 Jul 2021 11:14:30 +0000 Subject: [PATCH] Update time requirement from 0.1 to 0.3 in /rustfs Updates the requirements on [time](https://github.com/time-rs/time) to permit the latest version. - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](https://github.com/time-rs/time/compare/0.1.35...v0.3.0) Signed-off-by: dependabot-preview[bot] --- rustfs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustfs/Cargo.toml b/rustfs/Cargo.toml index b7a78b5..3ffbf07 100644 --- a/rustfs/Cargo.toml +++ b/rustfs/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["xxks-kkk "] [dependencies] -time = "0.1" +time = "0.3" rand = "0.3" spdk-rs = { path="../spdk-rs"} libc = "0.2" \ No newline at end of file