Skip to content

Commit

Permalink
Update Rust crate bytes to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed Apr 3, 2024
1 parent 8022bda commit db7e43f
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 @@ -182,7 +182,7 @@ bootstore = { path = "bootstore" }
bootstrap-agent-client = { path = "clients/bootstrap-agent-client" }
buf-list = { version = "1.0.3", features = ["tokio1"] }
byteorder = "1.5.0"
bytes = "1.5.0"
bytes = "1.6.0"
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 @@ -25,7 +25,7 @@ bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.2", default-f
bstr-6f8ce4dd05d13bba = { package = "bstr", version = "0.2.17" }
bstr-dff4ba8e3ae991db = { package = "bstr", version = "1.9.0" }
byteorder = { version = "1.5.0" }
bytes = { version = "1.5.0", features = ["serde"] }
bytes = { version = "1.6.0", features = ["serde"] }
chrono = { version = "0.4.34", features = ["serde"] }
cipher = { version = "0.4.4", default-features = false, features = ["block-padding", "zeroize"] }
clap = { version = "4.5.1", features = ["cargo", "derive", "env", "wrap_help"] }
Expand Down Expand Up @@ -131,7 +131,7 @@ bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.2", default-f
bstr-6f8ce4dd05d13bba = { package = "bstr", version = "0.2.17" }
bstr-dff4ba8e3ae991db = { package = "bstr", version = "1.9.0" }
byteorder = { version = "1.5.0" }
bytes = { version = "1.5.0", features = ["serde"] }
bytes = { version = "1.6.0", features = ["serde"] }
chrono = { version = "0.4.34", features = ["serde"] }
cipher = { version = "0.4.4", default-features = false, features = ["block-padding", "zeroize"] }
clap = { version = "4.5.1", features = ["cargo", "derive", "env", "wrap_help"] }
Expand Down

0 comments on commit db7e43f

Please sign in to comment.