From 1c14c0ca425e90d239d933c57b4d43f2c20fdf52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 10:41:35 +0000 Subject: [PATCH] feat(deps): bump pythnet-sdk from `69e4fee` to `1b83a79` Bumps [pythnet-sdk](https://github.com/pyth-network/pyth-crosschain) from `69e4fee` to `1b83a79`. - [Release notes](https://github.com/pyth-network/pyth-crosschain/releases) - [Commits](https://github.com/pyth-network/pyth-crosschain/compare/69e4fee501389da51890c1c8ca46333e92feaadc...1b83a7964cfabc121a2f5995629dfe693e292749) --- 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..5124ba2 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#1b83a7964cfabc121a2f5995629dfe693e292749" dependencies = [ "bincode", "borsh",