Skip to content

Commit

Permalink
Update tower version
Browse files Browse the repository at this point in the history
  • Loading branch information
JonesBeach committed Nov 30, 2024
1 parent 560617c commit 57f0628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ reqwest = { version = "0.12.5", features = ["json", "blocking"] }
serde = { version = "1.0.171", features = ["derive"] }
serde_json = "1.0.103"
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] }
tower = "0.4.13"
tower = { version = "0.5.0", features = ["util"] }
ureq = "2.7.1"
petgraph = "0.6.3" # for prost_build
prost-types = "0.12" # for prost_build
Expand Down
2 changes: 1 addition & 1 deletion app/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ mod api_tests {
sync::{mpsc::SendError, Mutex},
};
use tokio::net::TcpListener;
use tower::ServiceExt; // for `oneshot`
use tower::util::ServiceExt; // for `oneshot`

#[cfg(not(feature = "use_dependencies"))]
use crate::deps::mime;
Expand Down

0 comments on commit 57f0628

Please sign in to comment.