chore(sdk): update rust client to 0.10.0 (#3126)
diff --git a/Cargo.lock b/Cargo.lock
index c50ba2b..8f036f1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5436,7 +5436,7 @@
 
 [[package]]
 name = "iggy"
-version = "0.10.1"
+version = "0.10.0"
 dependencies = [
  "async-broadcast",
  "async-dropper",
diff --git a/Cargo.toml b/Cargo.toml
index b35732e..80ad76c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -166,7 +166,7 @@
 iceberg = "0.9.0"
 iceberg-catalog-rest = "0.9.0"
 iceberg-storage-opendal = "0.9.0"
-iggy = { path = "core/sdk", version = "0.10.1" }
+iggy = { path = "core/sdk", version = "0.10.0" }
 iggy-cli = { path = "core/cli", version = "0.13.0" }
 iggy_binary_protocol = { path = "core/binary_protocol", version = "0.10.0" }
 iggy_common = { path = "core/common", version = "0.10.0" }
diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md
index 598561b..243a0fd 100644
--- a/DEPENDENCIES.md
+++ b/DEPENDENCIES.md
@@ -472,7 +472,7 @@
 idna: 1.1.0, "Apache-2.0 OR MIT",
 idna_adapter: 1.2.1, "Apache-2.0 OR MIT",
 if_chain: 1.0.3, "Apache-2.0 OR MIT",
-iggy: 0.10.1, "Apache-2.0",
+iggy: 0.10.0, "Apache-2.0",
 iggy-bench: 0.5.0, "Apache-2.0",
 iggy-bench-dashboard-server: 0.7.0, "Apache-2.0",
 iggy-cli: 0.13.0, "Apache-2.0",
diff --git a/core/sdk/Cargo.toml b/core/sdk/Cargo.toml
index bb89dd7..d7ad2c2 100644
--- a/core/sdk/Cargo.toml
+++ b/core/sdk/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "iggy"
-version = "0.10.1"
+version = "0.10.0"
 description = "Iggy is the persistent message streaming platform written in Rust, supporting QUIC, TCP and HTTP transport protocols, capable of processing millions of messages per second."
 edition = "2024"
 license = "Apache-2.0"