From 5688f7dc64e460b1831e5665323acb5379f1557c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 05:01:57 +0000 Subject: [PATCH] Update atomicwrites requirement from 0.2.1 to 0.4.0 Updates the requirements on [atomicwrites](https://github.com/untitaker/rust-atomicwrites) to permit the latest version. - [Release notes](https://github.com/untitaker/rust-atomicwrites/releases) - [Commits](https://github.com/untitaker/rust-atomicwrites/compare/0.2.1...0.4.0) --- updated-dependencies: - dependency-name: atomicwrites dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 54c0a51..7761124 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ categories = ["authentication"] license = "Apache-2.0/MIT" [dependencies] -atomicwrites = "0.2.1" +atomicwrites = "0.4.0" error-chain = "0.11.0" futures = "0.1.13" futures-error-chain = "0.1.0"