From 61c388ef6ccb5161b93b9185c06c6739cbacdfde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2020 06:09:24 +0000 Subject: [PATCH] Update paste requirement from 0.1.6 to 1.0.1 Updates the requirements on [paste](https://github.com/dtolnay/paste) to permit the latest version. - [Release notes](https://github.com/dtolnay/paste/releases) - [Commits](https://github.com/dtolnay/paste/compare/0.1.6...1.0.1) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cd8ab420..fa32107d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ libc = "0.2.62" parking_lot = "0.11.0" num-bigint = { version = "0.3", optional = true } num-complex = { version = "0.3", optional = true } -paste = { version = "0.1.6", optional = true } +paste = { version = "1.0.1", optional = true } pyo3cls = { path = "pyo3cls", version = "=0.12.1", optional = true } unindent = { version = "0.1.4", optional = true } hashbrown = { version = "0.9", optional = true }