From 50d2fa57fdc1f30fa4ce00bc8fd4b67c3bea057d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jan 2022 05:11:23 +0000 Subject: [PATCH] Update atomicwrites requirement from 0.2.1 to 0.3.1 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.3.1) --- 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 5a1a0c0..8ae222d 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.3.1" error-chain = "0.11.0" futures = "0.1.13" futures-error-chain = "0.1.0"