From 60f3d7ec8a9d7f33f1a4ec7bc8870ba79785a8e4 Mon Sep 17 00:00:00 2001 From: slinkydeveloper Date: Thu, 16 Jul 2026 14:43:00 +0200 Subject: [PATCH] Bump shared core to 7.0.1 --- sdk-core/src/main/rust/Cargo.lock | 4 ++-- sdk-core/src/main/rust/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sdk-core/src/main/rust/Cargo.lock b/sdk-core/src/main/rust/Cargo.lock index 19c23cce..30836a3d 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.0" +version = "7.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bf02583379fc28d6386bd864629ba6553ce942124956b862fa9e95a4d836558" +checksum = "8bd1f1d1961ac32aea52923f089e668a07630ca9c4edcadf18d38bc24e5f14c0" dependencies = [ "base64", "bytes", diff --git a/sdk-core/src/main/rust/Cargo.toml b/sdk-core/src/main/rust/Cargo.toml index 56d17f60..1ea2859f 100644 --- a/sdk-core/src/main/rust/Cargo.toml +++ b/sdk-core/src/main/rust/Cargo.toml @@ -9,8 +9,8 @@ name = "restate_sdk_core" crate-type = ["cdylib"] [dependencies] -restate-sdk-shared-core = { version = "7.0.0", features = ["tracing_pretty"] } -bytes = "1.9" # Bytes::from_owner (zero-copy input ownership transfer) requires >= 1.9 +restate-sdk-shared-core = { version = "7.0.1", features = ["tracing_pretty"] } +bytes = "1.9" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter"] }