Skip to content

Commit 3d3cfb1

Browse files
author
Ronald Holshausen
committed
chore: upgrade crates to latest (including hyper to 0.14)
1 parent 1dadfa6 commit 3d3cfb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ edition = "2018"
1414
[dependencies]
1515
log = "0.4.8"
1616
maplit = "1.0.1"
17-
itertools = "0.9.0"
17+
itertools = "0.10.0"
1818
lazy_static = "1.4.0"
1919
chrono = "0.4.15"
2020
serde = "1.0.98"
2121
serde_json = "1.0.40"
2222
http = "0.2.1"
2323
hex = "0.4.2"
24-
hyper = "0.13"
24+
hyper = { version = "0.14", features = ["full"] }
2525
futures = "0.3.5"
2626

2727
[dev-dependencies]

0 commit comments

Comments
 (0)