Skip to content

Commit

Permalink
dependency: upgrade http to 0.2.11 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen authored Dec 23, 2023
1 parent a67ffb5 commit 992f376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ categories = ["command-line-utilities", "development-tools"]
hitt-formatter = { path = "hitt-formatter", version = "0.0.1" }
hitt-parser = { path = "hitt-parser", version = "0.0.1" }
hitt-request = { path = "hitt-request", version = "0.0.1" }
http = { version = "0.2.9" }
http = { version = "0.2.11" }
reqwest = { version = "0.11.23" }
tokio = { version = "1.35.1", features = ["fs", "macros", "rt-multi-thread"] }

0 comments on commit 992f376

Please sign in to comment.