Skip to content

Commit

Permalink
Cargo.lock: update hyper dep (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shella committed Jul 19, 2021
1 parent b82378e commit 1e62569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datadog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ categories = ["api-bindings"]

[dependencies]
hostname = "0.3"
hyper = { version = "0.14", features = ["full"] }
hyper = { version = "0.14.10", features = ["full"] }
hyper-tls = "0.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 1e62569

Please sign in to comment.