Skip to content

Commit

Permalink
Update Rust crate bytes to 1.7.2 (#6620)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Sep 23, 2024
1 parent b99a058 commit 9e19328
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ bootstrap-agent-api = { path = "sled-agent/bootstrap-agent-api" }
bootstrap-agent-client = { path = "clients/bootstrap-agent-client" }
buf-list = { version = "1.0.3", features = ["tokio1"] }
byteorder = "1.5.0"
bytes = "1.7.1"
bytes = "1.7.2"
camino = { version = "1.1", features = ["serde1"] }
camino-tempfile = "1.1.1"
cancel-safe-futures = "0.1.5"
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ bitflags-dff4ba8e3ae991db = { package = "bitflags", version = "1.3.2" }
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-features = false, features = ["serde", "std"] }
bstr = { version = "1.9.1" }
byteorder = { version = "1.5.0" }
bytes = { version = "1.7.1", features = ["serde"] }
bytes = { version = "1.7.2", features = ["serde"] }
chrono = { version = "0.4.38", features = ["serde"] }
cipher = { version = "0.4.4", default-features = false, features = ["block-padding", "zeroize"] }
clap = { version = "4.5.16", features = ["cargo", "derive", "env", "wrap_help"] }
Expand Down Expand Up @@ -140,7 +140,7 @@ bitflags-dff4ba8e3ae991db = { package = "bitflags", version = "1.3.2" }
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-features = false, features = ["serde", "std"] }
bstr = { version = "1.9.1" }
byteorder = { version = "1.5.0" }
bytes = { version = "1.7.1", features = ["serde"] }
bytes = { version = "1.7.2", features = ["serde"] }
cc = { version = "1.0.97", default-features = false, features = ["parallel"] }
chrono = { version = "0.4.38", features = ["serde"] }
cipher = { version = "0.4.4", default-features = false, features = ["block-padding", "zeroize"] }
Expand Down

0 comments on commit 9e19328

Please sign in to comment.