Skip to content

Commit 46b765f

Browse files
committed
Auto merge of #3181 - jtgeibel:fix-request-start-time-unwrap, r=Turbo87
Bump conduit-hyper to ensure request start time is tracked I forgot to publish the new conduit-hyper, which now adds `StartInstant` to the request extensions. conduit-rust/conduit-hyper@v0.3.0-alpha.6...v0.3.0-alpha.7 - See also #3156 which backported this to `alpha.5.1`. r? `@Turbo87`
2 parents 479d722 + 3084715 commit 46b765f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ conduit = "0.9.0-alpha.5"
4242
conduit-conditional-get = "0.9.0-alpha.3"
4343
conduit-cookie = "0.9.0-alpha.4"
4444
conduit-git-http-backend = "0.9.0-alpha.2"
45-
conduit-hyper = "0.3.0-alpha.6"
45+
conduit-hyper = "0.3.0-alpha.7"
4646
conduit-middleware = "0.9.0-alpha.4"
4747
conduit-router = "0.9.0-alpha.3"
4848
conduit-static = "0.9.0-alpha.3"

0 commit comments

Comments
 (0)