Skip to content

Commit

Permalink
Upgrade http to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtoth committed Nov 16, 2023
1 parent 4062db1 commit 37ca35c
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 37ca35c

Please sign in to comment.