Skip to content

Commit

Permalink
Merge of #5440
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Oct 21, 2022
2 parents 677f7dc + 34cb569 commit a65f5d9
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 tower-batch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
futures = "0.3.24"
futures-core = "0.3.24"
futures-core = "0.3.25"
pin-project = "1.0.12"
rayon = "1.5.3"
tokio = { version = "1.21.2", features = ["time", "sync", "tracing", "macros"] }
Expand Down
2 changes: 1 addition & 1 deletion tower-fallback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
pin-project = "0.4.29"
tower = "0.4.13"
futures-core = "0.3.24"
futures-core = "0.3.25"
tracing = "0.1.37"

[dev-dependencies]
Expand Down

0 comments on commit a65f5d9

Please sign in to comment.