From 9a9c048dfa3943e083dc149d56481b1430e6c5fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 20:42:46 +0000 Subject: [PATCH] Update Rust crate pink-extension-runtime to 0.5 --- indexer_phat/contracts/http_client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indexer_phat/contracts/http_client/Cargo.toml b/indexer_phat/contracts/http_client/Cargo.toml index 92b3205..79066c2 100644 --- a/indexer_phat/contracts/http_client/Cargo.toml +++ b/indexer_phat/contracts/http_client/Cargo.toml @@ -19,7 +19,7 @@ pink-s3 = "0.7.0" indoc = "2.0.4" [dev-dependencies] -pink-extension-runtime = "0.4" +pink-extension-runtime = "0.5" [lib] name = "http_client"