From cf897c8ff69cc5ec958fad29d93ee3a34bb62bc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 10:30:16 +0000 Subject: [PATCH] feat(deps): bump pythnet-sdk from `69e4fee` to `78cb03a` Bumps [pythnet-sdk](https://github.com/pyth-network/pyth-crosschain) from `69e4fee` to `78cb03a`. - [Release notes](https://github.com/pyth-network/pyth-crosschain/releases) - [Commits](https://github.com/pyth-network/pyth-crosschain/compare/69e4fee501389da51890c1c8ca46333e92feaadc...78cb03a76d850c3c6e2b0d2d0b07e6c89fa8bde9) --- 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..32ef600 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#78cb03a76d850c3c6e2b0d2d0b07e6c89fa8bde9" dependencies = [ "bincode", "borsh",