From bc2e233b045493260ee09db578a9b43622ad2309 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 11:35:46 +0000 Subject: [PATCH] Update Rust crate pink-extension 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..78afa65 100644 --- a/indexer_phat/contracts/http_client/Cargo.toml +++ b/indexer_phat/contracts/http_client/Cargo.toml @@ -14,7 +14,7 @@ scale-info = { version = "2", default-features = false, features = [ "derive", ], optional = true } -pink-extension = { version = "0.4", default-features = false } +pink-extension = { version = "0.5", default-features = false } pink-s3 = "0.7.0" indoc = "2.0.4"