From 4241e6fddbf09ce055c6a457fd6e51f09427f7bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 20:39:04 +0000 Subject: [PATCH] Update castaway requirement from 0.1.1 to 0.2.2 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.2) --- 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 d3b9b032..35864ef5 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.2" crossbeam-utils = ">=0.7.0, <0.9.0" curl = "0.4.36" curl-sys = "0.4.55"