From 2a5f9510ed22f69b65a96b3b78e0dbfe230f27ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:30:19 +0000 Subject: [PATCH] build(deps): update deadpool requirement from 0.9.5 to 0.10.0 Updates the requirements on [deadpool](https://github.com/bikeshedder/deadpool) to permit the latest version. - [Changelog](https://github.com/bikeshedder/deadpool/blob/master/CHANGELOG.md) - [Commits](https://github.com/bikeshedder/deadpool/compare/deadpool-v0.9.5...deadpool-v0.10.0) --- updated-dependencies: - dependency-name: deadpool 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 70310f8f..0804268e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ rust-crypto = "0.2.36" serde_json = "1.0.89" serde_yaml = "0.9.14" serde = {version = "1.0.147",features = ["derive"]} -deadpool = "0.9.5" +deadpool = "0.10.0" deadpool-redis = "0.11.0" async-channel = "1.7.1" futures = "0.3.25"