Skip to content

Commit

Permalink
fix(deps): update rust crate http to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 4, 2024
1 parent f0b81b4 commit a993159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmtc-c2a/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ clap = { version = "4", features = ["derive", "env"] }
futures = "0.3"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
http = "0.2"
http = "1.1"
tower = "0.4"
tower-http = { version = "0.4", features = ["trace", "cors"] }
tokio = { version = "1", features = ["full"] }
Expand Down

0 comments on commit a993159

Please sign in to comment.