From 7d91f03c7481dd6c8ae43d84bbbe600ed14f06cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 10:42:23 +0000 Subject: [PATCH] feat(deps): bump pythnet-sdk from `69e4fee` to `94b36c4` Bumps [pythnet-sdk](https://github.com/pyth-network/pyth-crosschain) from `69e4fee` to `94b36c4`. - [Release notes](https://github.com/pyth-network/pyth-crosschain/releases) - [Commits](https://github.com/pyth-network/pyth-crosschain/compare/69e4fee501389da51890c1c8ca46333e92feaadc...94b36c4961e0e690c809b0d5809f73f9492e027a) --- updated-dependencies: - dependency-name: pythnet-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fe1c53e..f97e503 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3849,8 +3849,8 @@ dependencies = [ [[package]] name = "pythnet-sdk" -version = "2.0.0" -source = "git+https://github.com/pyth-network/pyth-crosschain#69e4fee501389da51890c1c8ca46333e92feaadc" +version = "2.1.0" +source = "git+https://github.com/pyth-network/pyth-crosschain#94b36c4961e0e690c809b0d5809f73f9492e027a" dependencies = [ "bincode", "borsh",