Skip to content

Commit

Permalink
chore: update bytes to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fraidev committed Sep 13, 2024
1 parent 6d5463e commit a6d4e4d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/k8-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "k8-client"
version = "13.1.0"
version = "13.1.1"
authors = ["Fluvio Contributors <team@fluvio.io>"]
description = "Core Kubernetes metadata traits"
repository = "https://github.com/infinyon/k8-api"
Expand All @@ -24,7 +24,7 @@ async-channel = { version = "2.3.1", optional = true }
async-lock = { version = "3.3.0", optional = true }
cfg-if = "1.0"
tracing = "0.1.19"
bytes = "1.6.0"
bytes = "1.7.1"
base64 = { version = "0.22.1" }
futures-util = { version = "0.3.21", features = ["io"] }
rand = { version = "0.8.3" }
Expand Down

0 comments on commit a6d4e4d

Please sign in to comment.