From a0f2f9df4f9cf54c3ee3d84b9bf8a6275baffd44 Mon Sep 17 00:00:00 2001 From: Bart Platak Date: Mon, 28 Jul 2025 22:27:06 +0100 Subject: [PATCH] chore(pyth-lazer-publisher-sdk) Bump to 0.2.1 --- Cargo.lock | 7 +------ lazer/publisher_sdk/rust/Cargo.toml | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6a9fc656fd..b1da1acf7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5736,19 +5736,14 @@ dependencies = [ [[package]] name = "pyth-lazer-publisher-sdk" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", - "derive_more 2.0.1", "fs-err", - "hex", - "humantime", "protobuf", "protobuf-codegen", "pyth-lazer-protocol 0.10.0", - "serde", "serde_json", - "tracing", ] [[package]] diff --git a/lazer/publisher_sdk/rust/Cargo.toml b/lazer/publisher_sdk/rust/Cargo.toml index 2b8548d0ae..4d85f56c3b 100644 --- a/lazer/publisher_sdk/rust/Cargo.toml +++ b/lazer/publisher_sdk/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyth-lazer-publisher-sdk" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "Pyth Lazer Publisher SDK types." license = "Apache-2.0" @@ -10,12 +10,7 @@ repository = "https://github.com/pyth-network/pyth-crosschain" pyth-lazer-protocol = { version = "0.10.0", path = "../../sdk/rust/protocol" } anyhow = "1.0.98" protobuf = "3.7.2" -humantime = "2.2.0" -tracing = "0.1.41" -serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" -derive_more = { version = "2.0.1", features = ["from"] } -hex = "0.4.3" [build-dependencies] fs-err = "3.1.0"