From 1cff81e583ec483ca38acc7d8b46c64d292090e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 07:05:08 -0700 Subject: [PATCH] build(deps): update fastrand requirement from 1.6.0 to 2.0.0 (#240) Updates the requirements on [fastrand](https://github.com/smol-rs/fastrand) to permit the latest version. - [Release notes](https://github.com/smol-rs/fastrand/releases) - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/fastrand/compare/v1.6.0...v2.0.0) --- updated-dependencies: - dependency-name: fastrand dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9625cf8fd..1f0f6cdbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ description = "A library for managing temporary files and directories." [dependencies] cfg-if = "1" -fastrand = "1.6.0" +fastrand = "2.0.0" [target.'cfg(any(unix, target_os = "wasi"))'.dependencies] rustix = { version = "0.37.11", features = ["fs"] }