Skip to content

Commit 9f6cfc8

Browse files
committed
Update conduit packages
1 parent 5a1b05a commit 9f6cfc8

File tree

2 files changed

+49
-31
lines changed

2 files changed

+49
-31
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ cargo-registry-s3 = { path = "cargo-registry-s3" }
3636
chrono = { version = "0.4.19", features = ["serde"] }
3737
clap = "=3.0.0-beta.5"
3838

39-
conduit = "0.9.0"
40-
conduit-conditional-get = "0.9.0"
39+
conduit = "0.10.0"
40+
conduit-conditional-get = "0.10.0"
4141
conduit-cookie = "0.9.0-alpha.5"
4242
conduit-git-http-backend = "0.9.0-alpha.2"
43-
conduit-hyper = "0.3.0"
44-
conduit-middleware = "0.9.0"
45-
conduit-router = "0.9.0"
46-
conduit-static = "0.9.0"
43+
conduit-hyper = "0.4.0"
44+
conduit-middleware = "0.10.0"
45+
conduit-router = "0.10.0"
46+
conduit-static = "0.10.0"
4747

4848
cookie = { version = "0.15", features = ["secure"] }
4949
dashmap = { version = "4.0.2", features = ["raw-api"] }
@@ -89,7 +89,7 @@ url = "2.2"
8989

9090
[dev-dependencies]
9191
claim = "0.5"
92-
conduit-test = "0.9.0"
92+
conduit-test = "0.10.0"
9393
hyper-tls = "0.5"
9494
lazy_static = "1.4"
9595
tokio = "1.13.0"

0 commit comments

Comments
 (0)