From 021c343385fa6e35e1bec33c673edcf81ab106aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 11:52:48 +0000 Subject: [PATCH] Update castaway requirement from 0.1.1 to 0.2.3 Updates the requirements on [castaway](https://github.com/sagebind/castaway) to permit the latest version. - [Release notes](https://github.com/sagebind/castaway/releases) - [Commits](https://github.com/sagebind/castaway/compare/0.1.1...0.2.3) --- updated-dependencies: - dependency-name: castaway 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 e1ab8ef2..52eb2fab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ unstable-interceptors = [] [dependencies] async-channel = "1.4.2" -castaway = "0.1.1" +castaway = "0.2.3" crossbeam-utils = ">=0.7.0, <0.9.0" curl = "0.4.36" curl-sys = "0.4.55"