Skip to content

Commit 5a1b05a

Browse files
committed
Auto merge of #4142 - rust-lang:renovate/conduit-packages, r=Turbo87
Update conduit packages [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [conduit](https://crates.io/crates/conduit) | dependencies | patch | `0.9.0-alpha.5` -> `0.9.0` | | [conduit-conditional-get](https://crates.io/crates/conduit-conditional-get) | dependencies | patch | `0.9.0-alpha.3` -> `0.9.0` | | [conduit-hyper](https://crates.io/crates/conduit-hyper) | dependencies | patch | `0.3.0-alpha.7` -> `0.3.0` | | [conduit-middleware](https://crates.io/crates/conduit-middleware) | dependencies | patch | `0.9.0-alpha.4` -> `0.9.0` | | [conduit-router](https://crates.io/crates/conduit-router) | dependencies | patch | `0.9.0-alpha.7` -> `0.9.0` | | [conduit-static](https://crates.io/crates/conduit-static) | dependencies | patch | `0.9.0-alpha.4` -> `0.9.0` | | [conduit-test](https://crates.io/crates/conduit-test) | dev-dependencies | patch | `0.9.0-alpha.5` -> `0.9.0` | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents 946a3bc + 4c17c33 commit 5a1b05a

File tree

2 files changed

+23
-22
lines changed

2 files changed

+23
-22
lines changed

Cargo.lock

Lines changed: 16 additions & 15 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-alpha.5"
40-
conduit-conditional-get = "0.9.0-alpha.3"
39+
conduit = "0.9.0"
40+
conduit-conditional-get = "0.9.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-alpha.7"
44-
conduit-middleware = "0.9.0-alpha.4"
45-
conduit-router = "0.9.0-alpha.7"
46-
conduit-static = "0.9.0-alpha.4"
43+
conduit-hyper = "0.3.0"
44+
conduit-middleware = "0.9.0"
45+
conduit-router = "0.9.0"
46+
conduit-static = "0.9.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-alpha.5"
92+
conduit-test = "0.9.0"
9393
hyper-tls = "0.5"
9494
lazy_static = "1.4"
9595
tokio = "1.13.0"

0 commit comments

Comments
 (0)