Skip to content

Commit

Permalink
Merge pull request #386 from snapview/dependabot/cargo/http-1.0
Browse files Browse the repository at this point in the history
Update http requirement from 0.2 to 1.0
  • Loading branch information
daniel-abramov authored Nov 17, 2023
2 parents 08cdd76 + 2867907 commit a43bb49
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 @@ -30,7 +30,7 @@ __rustls-tls = ["rustls"]
data-encoding = { version = "2", optional = true }
byteorder = "1.3.2"
bytes = "1.0"
http = { version = "0.2", optional = true }
http = { version = "1.0", optional = true }
httparse = { version = "1.3.4", optional = true }
log = "0.4.8"
rand = "0.8.0"
Expand Down

0 comments on commit a43bb49

Please sign in to comment.