Skip to content

Commit 8bf2379

Browse files
authored
chore: bump fluvio-socket to 0.15.0 (#4261)
1 parent 91c7429 commit 8bf2379

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,11 @@ fluvio-sc-schema = { version = "0.25.0", path = "crates/fluvio-sc-schema", defau
182182
fluvio-service = { path = "crates/fluvio-service" }
183183
fluvio-smartengine = { version = "0.8.0", path = "crates/fluvio-smartengine", default-features = false }
184184
fluvio-smartmodule = { version = "0.8.0", path = "crates/fluvio-smartmodule", default-features = false }
185-
fluvio-socket = { version = "0.14.9", path = "crates/fluvio-socket", default-features = false }
185+
fluvio-socket = { version = "0.15.0", path = "crates/fluvio-socket", default-features = false }
186186
fluvio-spu-schema = { version = "0.17.0", path = "crates/fluvio-spu-schema", default-features = false }
187187
fluvio-storage = { path = "crates/fluvio-storage" }
188188
fluvio-stream-dispatcher = { version = "0.13.2", path = "crates/fluvio-stream-dispatcher" }
189-
fluvio-stream-model = { version = "0.11.3", path = "crates/fluvio-stream-model", default-features = false }
189+
fluvio-stream-model = { version = "0.11.4", path = "crates/fluvio-stream-model", default-features = false }
190190
fluvio-types = { version = "0.5.0", path = "crates/fluvio-types", default-features = false }
191191
fluvio-kv-storage = { path = "crates/fluvio-kv-storage", default-features = false }
192192

crates/fluvio-socket/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fluvio-socket"
3-
version = "0.14.11"
3+
version = "0.15.0"
44
edition = "2021"
55
authors = ["Fluvio Contributors <[email protected]>"]
66
description = "Provide TCP socket wrapper for fluvio protocol"

0 commit comments

Comments
 (0)