Skip to content

Commit

Permalink
chore: update bytes to 1.7.2 (#4199)
Browse files Browse the repository at this point in the history
* chore: update `bytes` to `1.7.2`

* chore: bump fluvio version
  • Loading branch information
LeoBorai authored Sep 27, 2024
1 parent 8a8b3e7 commit 8b3da39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ async-lock = "3.4.0"
async-std = { version = "1.8.0", default-features = false }
async-trait = { version = "0.1.41", default-features = false }
base64 = "0.22.0"
bytes = "1.7.1"
bytes = "1.7.2"
bytesize = "1.1.0"
cargo_toml = "0.20.3"
cargo-generate = { version = "0.21", default-features = false }
Expand Down Expand Up @@ -166,7 +166,7 @@ k8-diff = { version = "0.1.2" }
trybuild = { branch = "check_option", git = "https://github.com/infinyon/trybuild" }

# Internal fluvio dependencies
fluvio = { version = "0.23.2", path = "crates/fluvio" }
fluvio = { version = "0.23.3", path = "crates/fluvio" }
fluvio-auth = { path = "crates/fluvio-auth" }
fluvio-channel = { path = "crates/fluvio-channel" }
fluvio-cli-common = { path = "crates/fluvio-cli-common"}
Expand Down
2 changes: 1 addition & 1 deletion crates/fluvio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fluvio"
version = "0.23.2"
version = "0.23.3"
edition = "2021"
license = "Apache-2.0"
authors = ["Fluvio Contributors <[email protected]>"]
Expand Down

0 comments on commit 8b3da39

Please sign in to comment.