From 31bd8044d9650a6b4c2e6321d008de29baf32d1e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 06:19:50 +0000 Subject: [PATCH] Update atomicwrites requirement from 0.2.1 to 0.3.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.3.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5a1a0c0..4f16e22 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.0" error-chain = "0.11.0" futures = "0.1.13" futures-error-chain = "0.1.0"