Skip to content

Commit

Permalink
build(deps): Bump bytes from 1.4.0 to 1.5.0 (#1911)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent c17c45a commit 2021a53
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 aggregator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ anyhow.workspace = true
atty = "0.2"
backoff = { version = "0.4.0", features = ["tokio"] }
base64 = "0.21.3"
bytes = "1.4.0"
bytes = "1.5.0"
chrono.workspace = true
clap = { version = "4.4.2", features = ["derive", "env"] }
console-subscriber = { version = "0.1.10", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion aggregator_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ anyhow.workspace = true
async-trait = "0.1"
backoff = { version = "0.4.0", features = ["tokio"] }
base64 = "0.21.3"
bytes = "1.4.0"
bytes = "1.5.0"
chrono = "0.4"
deadpool = { version = "0.9.5", features = ["rt_tokio_1"] }
deadpool-postgres = "0.10.5"
Expand Down

0 comments on commit 2021a53

Please sign in to comment.