Skip to content

Commit d8e77f8

Browse files
committed
Bump to new release of conduit-hyper
1 parent bbb66ae commit d8e77f8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ conduit-router = "0.8"
7575
conduit-static = "0.8"
7676
conduit-git-http-backend = "0.8"
7777
civet = "0.9"
78-
conduit-hyper = "0.2.0-alpha.4"
78+
conduit-hyper = "0.2.0"
7979

8080
futures = "0.3"
8181
tokio = { version = "0.2", default-features = false, features = ["net", "signal", "io-std"]}
@@ -89,7 +89,7 @@ conduit-test = "0.8"
8989
hyper-tls = "0.4"
9090
lazy_static = "1.0"
9191
diesel_migrations = { version = "1.3.0", features = ["postgres"] }
92-
tower-service = "0.3.0-alpha.2"
92+
tower-service = "0.3.0"
9393
tokio = { version = "0.2", default-features = false, features = ["stream"]}
9494

9595
[build-dependencies]

0 commit comments

Comments
 (0)