Skip to content

Commit

Permalink
Merge pull request #157 from andrewtoth/http
Browse files Browse the repository at this point in the history
Upgrade http to v1
  • Loading branch information
cksac authored Nov 17, 2023
2 parents 4062db1 + 37ca35c commit 7d8ff1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fake/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ chrono = { version = "0.4", features = [
], default-features = false, optional = true }
chrono-tz = { version = "0.8", optional = true }
geo-types = { version = "0.7", default-features = false, optional = true }
http = { version = "0.2", optional = true }
http = { version = "1", optional = true }
semver = { version = "1", optional = true }
serde_json = { version = "1.0", optional = true }
uuid = { version = "1.5", features = ["v1", "v3", "v4", "v5"], optional = true }
Expand Down

0 comments on commit 7d8ff1e

Please sign in to comment.