Skip to content

Commit

Permalink
Merge pull request #28 from FL03/dependabot/cargo/tower-http-0.4.3
Browse files Browse the repository at this point in the history
Update tower-http requirement from 0.3.5 to 0.4.3
  • Loading branch information
FL03 authored Aug 7, 2023
2 parents 8685c04 + 4d96866 commit 74edc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ serde_json.workspace = true
strum = { features = ["derive"], version = "0.25.0" }
tokio = { features = ["macros", "signal"], version = "1.24" }
tower = "0.4.13"
tower-http = { features = [], version = "0.3.5" }
tower-http = { features = [], version = "0.4.3" }
tracing = { features = [], version = "0.1.37" }
tracing-subscriber = { features = [], version = "0.3.16" }

Expand Down

0 comments on commit 74edc88

Please sign in to comment.