From 130dd760ff19c6cc833ae1e70525cda7775130ac Mon Sep 17 00:00:00 2001 From: slinkydeveloper Date: Fri, 14 Aug 2026 17:28:29 +0200 Subject: [PATCH] Bump shared core to 7.0.3 --- sdk-core/src/main/rust/Cargo.lock | 4 ++-- sdk-core/src/main/rust/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk-core/src/main/rust/Cargo.lock b/sdk-core/src/main/rust/Cargo.lock index 30836a3d..486e2a89 100644 --- a/sdk-core/src/main/rust/Cargo.lock +++ b/sdk-core/src/main/rust/Cargo.lock @@ -420,9 +420,9 @@ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" [[package]] name = "restate-sdk-shared-core" -version = "7.0.1" +version = "7.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8bd1f1d1961ac32aea52923f089e668a07630ca9c4edcadf18d38bc24e5f14c0" +checksum = "c4a8731358ce185d1c9663d3ac97414acf7c0d642e5724864ade03fcccb85134" dependencies = [ "base64", "bytes", diff --git a/sdk-core/src/main/rust/Cargo.toml b/sdk-core/src/main/rust/Cargo.toml index 1ea2859f..38351b37 100644 --- a/sdk-core/src/main/rust/Cargo.toml +++ b/sdk-core/src/main/rust/Cargo.toml @@ -9,7 +9,7 @@ name = "restate_sdk_core" crate-type = ["cdylib"] [dependencies] -restate-sdk-shared-core = { version = "7.0.1", features = ["tracing_pretty"] } +restate-sdk-shared-core = { version = "7.0.3", features = ["tracing_pretty"] } bytes = "1.9" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter"] }